We were giving locale support for English, Spanish, French and German in one of our STRUTS 1.0.1 intranet application.
So far, it went smooth as all the resource bundles are ASCII based. Recently we got some requirements on double byte characters (CHINESE and JAPANESE) Even after we added the ApplicationResources_zh.properties and ApplicationResources_ja.properties into the classpath, STRUTS is not picking up the messages. As we are new to this i18n and l10n, we don't have much clue. Are we missing some thing? Is there any set-up needed for supporting the special languages. On the other side I was reading the STRUTS site and it says, "Please note that the i18n support in a framework like Struts is limited to the presentation of internationalized text and images to the user. Support for Locale specific input methods (used with languages such as Japanese, Chinese, and Korean) is left up to the client device, which is usually a web browser." So, please advise me the right approach to meet our requirements. Thanks in advance.