Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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.

...