I am having all my resourcebundle values in table and formatted as per requirement.i have to change the languages in the website based on User selection in drop down in top of the page. If i use language code as en_US then its working fine. if i Use en-Us as Language Code then its not working. What might be the problem. Which is correct to follow?
|
feedback
|
|
"en" is the language code specified by ISO 639. while US is country code specified by 3166. | |||
|
feedback
|
|
en-US is an RFC 3066 language tag. While Java'a Locale class was clearly based on RFC 3066, it uses underscores in place of hyphens when separating language codes from country codes (and also variants), so calling When converting strings to | |||
|
feedback
|