2.8 Localization

Localization is facilitated by the use of string tables (see STRINGTABLE}.

One method of accomplishing localization is to create a base string table that contains non-translatable strings. Give this string table a file name consisting of a base file name followed by .properties. Then for each language, create a string table file which uses the base file name, followed by _xx.properties where xx is replaced by the two letter language code for the language the string table is used for.

For example:

In the build process, you may want to concatenate the contents of FramesResources_en.properties to FramesResources.properties. This makes English the default language, which is useful in the case where a non-existent language code is specified.