I need to get the translation for the key words mentioned below .i need a way to get the adobe internal library. Please let me know how to do it. I am using <fmt:message key="${keyword}" /> .
I could use
/apps/project/i18n/en_US
/apps/project/i18n/nl_NL
but i am looking from existing adobe library so that i need not do anything here.As it is a generic locale list.
de_DE
es_ES
fr_FR
ja_JP
ru_RU
pt_PT
zh_CN
nl_NL
ko_KR
en
deesfrjaruptzhnl
For the above keywords it must pick up based on locale so if I am on english based page url locale
then the translated content for "en" must be displayed "English"
If i am in nl based page url
then the translated content for "en" must be displayed "engels"
Thanks,