MeshAgent icon indicating copy to clipboard operation
MeshAgent copied to clipboard

language detect problem

Open chenjeff622 opened this issue 2 years ago • 8 comments

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?

chenjeff622 avatar Oct 26 '22 05:10 chenjeff622

Which OS are you running this on?

krayon007 avatar Oct 26 '22 06:10 krayon007

Windows 2008R2 Windows 2012R2 Windows 11

chenjeff622 avatar Oct 26 '22 07:10 chenjeff622

What does the OS report, if you run the following command from the command prompt:

wmic os get oslanguage /FORMAT:LIST

krayon007 avatar Oct 27 '22 06:10 krayon007

What does the OS report, if you run the following command from the command prompt:

wmic os get oslanguage /FORMAT:LIST

OSLanguage=1028

chenjeff622 avatar Oct 28 '22 07:10 chenjeff622

1028 is zh-TW. zh-hant is 31748

Is there an entry for zh-TW in your MSH file?

krayon007 avatar Oct 28 '22 08:10 krayon007

No, but zh-hant font code is correct. How do i add zh-TW font code copy from zh-hant?

chenjeff622 avatar Oct 28 '22 11:10 chenjeff622

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.

krayon007 avatar Nov 03 '22 16:11 krayon007

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 ?

chenjeff622 avatar Nov 24 '22 09:11 chenjeff622