error “Bundle Transfer Utility Tool failed with error : For input string: "605,6"”
VCF 5.x
Windows / CMD
Language encoding / decimal separator
Check the current Decimal Separator and Language Settings via Command Prompt:
reg query "HKEY_CURRENT_USER\Control Panel\International" /v sDecimal
The output will display the current Decimal Separator under the sDecimal value.Get-WinUILanguageOverride;Get-Culture;Get-WinSystemLocale;Get-WinUILanguageOverride
The output will display the current Language Settings.Set-WinUILanguageOverride -Language "en-US"
Set-Culture -CultureInfo "en-US"
Set-WinSystemLocale -SystemLocale "en-US"
Set-WinUILanguageOverride -Language "en-US"
After changing the settings, the lcm-bundle-transfer-util.bat should now run successfully with the new decimal separator.