cancel
Showing results for 
Search instead for 
Did you mean: 

internationalization of dynamically created UI elements

Former Member
0 Kudos

Hello,

I have dynamically created a form.On the form there are certain labels and input fields. I would to achieve internationalization for this particular form.

How can I achieve this?

Thanks and Regards

Pradeep Bhojak

Accepted Solutions (0)

Answers (3)

Answers (3)

Joseph_BERTHE
Active Contributor
0 Kudos

Hi,

I think the best thing for you is to use the Message Pool.

for instance :


((IWDTextView)view.getElement("MyTextView")).setText(wdThis.wdGetAPI().getComponent().getTextAccessor().getText(IMessageMyComp.MY__TEXT__OF__MY__TEXVIEW));

Regards

Former Member
0 Kudos
Sharadha1
Active Contributor
0 Kudos

Hi Pradeep,

This link explains you how to do it

http://help.sap.com/saphelp_nw70/helpdata/en/7e/f2674039c6c549e10000000a1550b0/content.htm

Regards,

Sharadha