cancel
Showing results for 
Search instead for 
Did you mean: 

Internationalization (same application in more than two languages)

Former Member
0 Kudos

Hi,

I was able to show a view in web dynpro in german and english(only dynpro UI elements) by having two files xxx.xlf and xxx_de.xlf files and at design time set the appropriate file.

How can we display data from backend (ABAP system) in different languages using web dynpro?

Awaiting responses....

regards,

mahesh

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Please see the thread for help.

guru_subramanianb
Active Contributor
0 Kudos

Hi Mahesh,

You have to use Resource Bundle class for the same.Load the property file which contains the tokens of the string to be localized.Load the property file in class path of the application and read from the property file.

The content which you are storing in backend shd also be supported by back end.Incase of German i think not much problem if u use oracle.

Rdgs,

Guru

Former Member
0 Kudos

Hi,

I want to display the BI report and r/3 data in to the table in Arabic language in BI development sytem that system is not suporting non-unicode sytem.

Please help me in the same...

Thanks

former_member182372
Active Contributor
0 Kudos

Hello,

Introduce new input parameter for functional module - "language" and process in on R/3 side. Set it from current user language settings before call.

Regards, Maksim R.