Copy link to clipboard
Copied
hi all,
How to change language of the server monitor ? i got it in japanese and would like to turn it into English.
Thx for your help,
We use japanese strings only when your server locale has "jp": FindNoCase("Japan", GetLocale()) NEQ 0. So you may not be able to individually change server monitor's flash client, but there are two ways to change it back to english on server level
1) Check your server locale and change it to anything but japanese.
2) Rename smresource_en.xml to smresource_jp.xml in CFIDE\administrator\monitor (take a back up).
Thanks,
Chandan Kumar
Copy link to clipboard
Copied
We use japanese strings only when your server locale has "jp": FindNoCase("Japan", GetLocale()) NEQ 0. So you may not be able to individually change server monitor's flash client, but there are two ways to change it back to english on server level
1) Check your server locale and change it to anything but japanese.
2) Rename smresource_en.xml to smresource_jp.xml in CFIDE\administrator\monitor (take a back up).
Thanks,
Chandan Kumar
Copy link to clipboard
Copied
Thanx !!
Well just renamed
- smresource_en.xml
- smresource_jp.xml
- multiserver_resource_en.xml
- multiserver_resource_jp.xml
in [file name].BAK and then server monitor was in en-US.
Even after renaming them back to [file name].XML, server monitor still in en-US