Hi,
I need to convert a button's text to Chinese in Web Dynpro Java application.
I have added the resource path and translation in the <ResourceName>_zh.xlf file. But the translations are not getting reflected when I change user's portal language to Chinese.
I have also tried changing the file name to <ResourceName>_zh_CN.xlf. Also tried adding Chinese [zh-CN] in browser's language. But it didn't work.
I have also tried changing the encoding form from 'UTF-8' to 'UTF-16' in .xlf file. But it started throwing build error at time of generation of .properties file --> (java.lang.reflect.InvocationTargetException)
Also gone through below links :
problem in chinese translation
https://scn.sap.com/thread/3262427
Chinese translation for Web Dynpro application
Can anyone provide a solution for this issue?
Thanks,
Tarun