MeshAgent
MeshAgent copied to clipboard
language detect problem
we use the last meshcentral agent. it always display english UI when start agent. we open MSH file and it contains our language code(zh-hant). we expect agent will start with our language(zh-hant) interface. so how do i debug the problem?
Which OS are you running this on?
Windows 2008R2 Windows 2012R2 Windows 11
What does the OS report, if you run the following command from the command prompt:
wmic os get oslanguage /FORMAT:LIST
What does the OS report, if you run the following command from the command prompt:
wmic os get oslanguage /FORMAT:LIST
OSLanguage=1028
1028 is zh-TW. zh-hant is 31748
Is there an entry for zh-TW in your MSH file?
No, but zh-hant font code is correct. How do i add zh-TW font code copy from zh-hant?
This video that Ylian posted shows how to update the language translations. I'll see if I can some other documentation that shows more stuff more specific to where the agent translations are on the server.
This video that Ylian posted shows how to update the language translations. I'll see if I can some other documentation that shows more stuff more specific to where the agent translations are on the server.
it seem translation web language only. i try to add zh-TW json string into meshagent64-test.msh . it shows english still when start meshagent64-test.exe . anyone can help me ?