posted 18 years ago
The way it works is this:
1-bundlename.properties (no suffix) is the defult, and is used if there is no match to language or country.
2-If you specify bundlename_xx where xx is a two-character language code, this bundle will match all locales that use that language.
3-If you specify bundlename_xx_YY where xx is a language code and YY is a country code, The bundle must match both the language and the country of the user's locale.
4-if you specify bundlename_yy where yy is a country code, it will not work.
[ September 12, 2006: Message edited by: Merrill Higginson ]