cancel
Showing results for 
Search instead for 
Did you mean: 

Localization of Error messages based on user choice

Former Member
0 Kudos

I have a requirement in which user has to have the facility to select the Locale/Language of the form validation message from a combo; and error message will be displayed to the user in that locale/language only. Note that this locale is not related to Portal Locale/language, but a user chosen locale/language.

I have stored the messages in a message pool in the default locale (i.e. English). These messages are a mixture of type "error", "warning", "text" and "success".

Please, someone tell me if this is supported or not, and how to achieve this? A tutorial would be of much help.

I do not have any requirement to localize the labels, texts, etc. - only the error messages that I display with  wdComponentAPI.reportContextAttributeMessage. I am on NW 7.2.

Accepted Solutions (1)

Accepted Solutions (1)

junwu
Active Contributor
0 Kudos

i think you have to manually to handle this case.

Answers (1)

Answers (1)

Former Member
0 Kudos

This is not possible by the localization features provided with portal as the application locale depends on user locale. It cannot be done per application but for the whole session. However, programmatic solution for the problem is there.