cancel
Showing results for 
Search instead for 
Did you mean: 

Change OVS text Advanced Search

Former Member
0 Kudos

Hello.

Someone knows how to change the text from label in OVS (Advanced Seach) to other language ?

We have a webdynpro project using the OVS (Obejct Value Selector) and we need to change the label Advanced Search in OVS to portuguese !

Best Regards.

Taylor.

Edited by: Taylor on May 17, 2010 9:24 PM

Edited by: Taylor on May 17, 2010 9:27 PM

Accepted Solutions (1)

Accepted Solutions (1)

former_member214651
Active Contributor
0 Kudos

Hi,

Please refer to the link for OVS related information:

/docs/DOC-8061#51 [original link is broken]

For changing the text to portugese, u can create a message in the messagePool (pg_textHeader) with the property "text" and enter the portugese text content.

In the UI bind the header to an attribute (say headerText) which takes the value dynamically.

In code, u can set the value of the attribute using the line:

IWDTextAccessor textAccessor = wdComponentAPI.getTextAccessor();

String headerOVS = textAccessor.getText("pg_headerText");

wdContext.currentContext.setHeaderText(headerOVS);

Regards,

Poojith MV

Former Member
0 Kudos

Hello.

Thanks a lot for the information.

I'll be trying to apply the code you informed.

points will be added..

Regards.

Taylor

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

Please have a look at this threads,

- Saravanan K