cancel
Showing results for 
Search instead for 
Did you mean: 

Internationalization of Webdynpro Applications

Former Member
0 Kudos

Hello Everybody,

I have some doubts regarding Internationalization of Webdynpro Application:

1. I have developed one application in webdynpro. This is running in production properly. Now, I want to make it Language independent.

Can I achieve this without changing the existing code of the application? Are there any configuration changes by which we can make existing apllication language independent?

2. From where can I fetch the list of all the languages supported by WAS.

3. Is WAS unicode compliant?

Wating for Reply,

Bhavik

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Bhavik,

Regarding Internationalization of WD Applications, probably if you go through the following link you can implement it.

-o <a href="http://sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/uuid/35f1e990-0201-0010-7a86-914036942779">WD Internationalization</a>

-o <a href="http://help.sap.com/saphelp_nw2004s/helpdata/en/74/13453cc7f35d0ee10000000a11405a/frameset.htm">Internationalization SAP Help</a>

-o <a href="http://help.sap.com/saphelp_nw2004s/helpdata/en/74/13453cc7f35d0ee10000000a11405a/frameset.htm">Unicode</a>

If you would not at all change the current application, i mean Views or their Resource Texts then i think it is not possible to have different language options. Or you would have to programmatically change the context for each label / text on ur GUI which makes no sense.

You can set property of the WD Application (right click on WD application, select EDIT, on App Properties Tab click New and Browse, u can set the 'DefaultLocale') as the default language and other langauges are to be served by copy + pasting ur views with names like (ViewName.wdview.xlf, ViewName_en.wdview.xlf, ViewName_de.wdview.xlf etc).

Hope this helps you. Please let us know how you could solve it.

Thanks

Sreenivas Mangasandra.

bdienes2
Participant
0 Kudos

What should the names of the xlf files be?

ViewName.wdview.xlf

ViewName_en.wdview.xlf

ViewName_de.wdview.xlf

or

ViewName.wdview.xlf

ViewName.wdview_en.xlf

ViewName.wdview_de.xlf

suresh_krishnamoorthy
Active Contributor
0 Kudos

Hi,

In webdynpro go navigator perpective do the following

SampleView.wdview.xlf

SampleView.wdcontroller.xlf

SampleView.wdwindow.xlf

SampleViewMessagePool.wdmessagepool.xlf

make a copy of and rename it like

SampleView.wdview_de.xlf

SampleView.wdcontroller_de.xlf

SampleView.wdwindow_de.xlf

SampleViewMessagePool.wdmessagepool_de.xlf

Deploy and test but before open IE change the language here its german

Regards

Suresh