cancel
Showing results for 
Search instead for 
Did you mean: 

Translate field name using auto-generated xlf resource for a view

Former Member
0 Kudos

Hi,

as i already know a resource file (xlf), is automatically generated for each view, message pool, etc. But textAccessor seems to work only for messages in the message pool. What if i want to translate the name of a field in a view? Do i have to repeat it's name and translation in the message pool in order to show the field's name correctly translated?

The problem arose when i was trying to display an error message bound to an input field trying to append the field's name in the current language.

Greetings

Nicolás

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Nicolas,

You are right.

If you want to add text as a parameter to a message,

you can define the string in the message pool.

choose: message type = text.

and access it with the textAccessor.

Regards, Adi.

former_member182372
Active Contributor
0 Kudos

Hi Nicolas,

For your WD views you are getting separate XLF files wich contains localizable text. So, if you have view with name ViewCV you will get ViewCV.wdview.xlf. Copy it with name ViewCV.wdview_de.xlf (german example), open in NWDS and change all UI text elements.

Best regards, Maksim Rashchynski.