Page History
...
The resource files have a load hierarchy.
basefile.properties
basefile_language.properties
basefile_language_country.properties
...
The locale is determined from the client program. A program running on an IBM i machine will supply its encoding and locale information to the JSM server.
Example
CCSID | 37 |
COUNTRYID | AU |
LANGUAGEID | ENG |
For the above example, the JSM server will create a thread to handle the connection. This thread will use encoding Cp037 and locale en_AU.
...