Windows 10 2004 and Chinese language

When I try to run a deployment on W10 Pro 2004 that is in zh-cn I get an error that cannot figure. The same script works find with en-us version of the OS but fails in zh-cn. The error is:

C:\Temp\PSADT\Deploy-Application.ps1 : Module
[C:\Temp\PSADT\AppDeployToolkit\AppDeployToolkitMain.ps1] failed to load:
Cannot convert value "System.Object[]" to type "System.Xml.XmlDocument". Error: "The
'RestartPrompt_ButtonRestartLater' start tag on line 431 position 4 does not match the end tag of 'UI_Messages_JA'.
Line 433, position 4."

At C:\Temp\PSADT\Deploy-Application.ps1:98 char:81
+ ... yToolkitMain -DisableLogging } Else { . $moduleAppDeployToolkitMain }
+                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : NotSpecified: (:) [Write-Error], WriteErrorException
    + FullyQualifiedErrorId : Microsoft.PowerShell.Commands.WriteErrorException,Deploy-Application.ps1

Anyone have any idea on how to fix this?

Sounds familiar. This helped me fix a similar issue:
Special Characters in GUI