hi familly,
im working to add china language to my free application CMC-ISO available in Microsoft Store, the applis have many useful features, like create a bootable media support UEFI and BIOS mode from one support, download and check authenticity ISO ....123688-language-en.xml
the file is attached, i need to trad what beetwen the argument > xxx <
and check with command on powershell if it is need a specific language or not
$script:xmldata = [xml] (Get-Content -Encoding UTF8 .\xxxxx.xml)
write-host $xmldata.action
Thanks,