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.