cancel
Showing results for 
Search instead for 
Did you mean: 

Issue with translation in chinese language(zh) in Java Web Dynpro

Former Member
0 Kudos

Hi Experts,

I want to implement Internationalization for a java Web Dynpro application.The application is not user-specific and doesn't require any log-in.

Application needs only a URL to access it.

While implementing Internationalization for Chinese language, I have created 2 xlf files for chinese language.["<filename>_zh.xlf" for "chinese and <filename>_zh_CN.xlf" for chinese(china)].

After building the project,I found that only "Resource<component>_zh_CN.properties" was there in resource bundle in EAR file but "Resource<component>_zh.properties" was not there.

So while testing the application with browser language as Chinese(zh) it is showing texts in English(from default xlf).

Does anybody have an idea while property file for "zh" is missing from resource bundle?

Thanks,

Regards,

Kirtiman

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Kirtiman,

Did you choose the Language dropdown as Chinese in the Properties file.

Let me know if you've already selected it and still you're not getting the translated text.

If you've not selected the language dropdown, select it in the properties file and then re build your component and re deploy it.

Regards,

Anurag

Former Member
0 Kudos

Hi Anurag,

Yes.I have already chosen the drop-down language as chinese in xlf file.

Regards.