Question
2
Replies
1150
Views
Legato
Posted: December 12, 2016
Last activity: December 23, 2016
Is there any way to show the auto complete field values in localised text(with out using the getlocalisedtext() function)?
I want the values shown in the autocomplete field to show in localised texton UI and in back end it should be stored as English. Is it possible just by creating a field values?
Please help me in this.
Thanks in advance.
Hi
What version of Pega are you using ?
There might be a way if your autocomplete is sourced by a local list. If sourced by other sources like report definition, clipboard page, you'll need to take addtional steps to convert your autocomplete source to the language you want, which will involve using getLocalisedContent()
Having said that, once a "localized" value is stored in a property, consider the repurcussions of retranslating to "English" when needed.
Having