Here are few tips for support of different languages in java web project.
I'll post in detail after i finish with it.
But if you want to use javascript alerts in different languages,
don't forget to consider that IE ignores charset information in script tag when displaying Javascript alerts.
For example: if you are using UTF8 as charset for script file which contains chinese alerts as :
SCRIPT LANGUAGE="JavaScript" charset="UTF8" src="test_zh_CN.js"
IE will display blocks instead of chinese words in alert if your Operating System (Windows) language setting is not selected for Chinese.
There is no problem in Mozilla, Opera etc.
To get more information, check this link :
http://www.w3.org/International/
I'll post in detail after i finish with it.
But if you want to use javascript alerts in different languages,
don't forget to consider that IE ignores charset information in script tag when displaying Javascript alerts.
For example: if you are using UTF8 as charset for script file which contains chinese alerts as :
SCRIPT LANGUAGE="JavaScript" charset="UTF8" src="test_zh_CN.js"
IE will display blocks instead of chinese words in alert if your Operating System (Windows) language setting is not selected for Chinese.
There is no problem in Mozilla, Opera etc.
To get more information, check this link :
http://www.w3.org/International/