|
HP SMH maintains PHP files that contain translated strings for supported languages. For each supported language, there is a file named log_messages.php in the data/htocs/lang/ directory, where lang is the two-letter suffix for a language. The log_messages.php files contain an array of translated message strings and arrays for translated severity levels.
The following table contains the locale names for the languages that SMH supports:
Table 1 Locale names of supported languages | Language | Linux locale name | Windows locale name |
|---|
| English | en_US.UTF-8 | english | | Japanese | ja_JP.UTF-8 | japanese | | German | de_DE.UTF-8 | german | | Spanish | es_ES.UTF-8 | spanish | | French | fr_FR.UTF-8 | french | | Italian | it_IT.UTF-8 | italian | | Korean | ko_KR.UTF-8 | korean | | Simplified Chinese | zh_CN.UTF-8 | chinese-simplified | | Traditional Chinese | zh_TW.UTF-8 | chinese-traditional |
The following table contains the suffixes of the log_messages.php pages according to each supported language:
Table 2 Suffixes of supported languages | Language | Suffix |
|---|
| English | en | | Japanese | ja | | German | de | | Spanish | es | | French | fr | | Italian | it | | Korean | ko | | Simplified Chinese | zh | | Traditional Chinese | zh |
Related Procedures
Related Topics
|