Some IDS strings appear in result of command or in properties of DSM systray icon.
Client Automation - All versions.
This issue occurs if the language value stored in comstore is invalid.
The value could be checked with this command line :
ccnfcmda -cmd GetParameterValue -ps itrm/common/localization -pn language
If the value for language parameter is not valid (check it with table below), correct it in comstore with a command line like :
Example for English :
ccnfcmda -cmd SetParameterValue -ps itrm/common/localization -pn language -v enu
Valid language are :
Lang value | Language |
---|---|
CHS | Simplified Chinese |
DEU | German |
ENU | English |
ESN | Spanish |
FRA | French |
JPN | Japanese |
KOR | Korean |