Skip to Content
0
Former Member
Oct 23, 2012 at 08:05 AM

Translation not working for different versions of locales in Java Web Dynpro

54 Views

Hi Experts,

I am currently working on Internationalization for webdynpro application. I want to implement different locales and their versions. I have made two xlf files for translation in "Thai" with two versions ( "<file_name>_th.xlf" & "<file_name>_th_TH.xlf").

There are two versions of Thai language in IE browser (th & th-TH). But while selecting browser language th-TH, it is still getting translation from "<file_name>_th.xlf" file but it should get translation from "<file_name>_th_TH.xlf" one.

Please help.