Skip to main content


         This documentation site is for previous versions. Visit our new documentation site for current releases.      
 

getLocaleValue(localeKey [, localePath] [, localeRuleKey])

Updated on July 20, 2021

Obtains the localized value of a string from the localization store.

Returns

The localized value as a string.

Parameters

NameTypeDescriptionRequired
localeKeystringThe string to be localized.
localePathstringThe locale category in the locale JSON.
Note: The default value is fields.
localeRuleKeystringThe key in the localization store.
Note: The default value is @BASECLASS!GENERIC!PYGENERICFIELDS.

Usage example

In this example, the API returns Primeiro nome as the localized value.

PCore.getLocaleUtils().getLocaleValue("First Name", "", "WORK-HOME!VIEW!PERSONALINFO");

//The localization store has the following structure
{
     "WORK-HOME!VIEW!PERSONALINFO" : {
         "fields" : {
               "First Name" : "Primeiro nome",
               "Last Name"  : "Último nome"
         }
     }
}

Have a question? Get answers now.

Visit the Support Center to ask questions, engage in discussions, share ideas, and help others.

Did you find this content helpful?

Want to help us improve this content?

We'd prefer it if you saw us at our best.

Pega.com is not optimized for Internet Explorer. For the optimal experience, please use:

Close Deprecation Notice
Contact us