Skip to main content


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

getLocalizedValue(rawString, localePath, localeRuleKey)

Updated on July 20, 2021

Obtains the localized value of a string.

Returns

The localized value as a string.

Parameters

NameTypeDescriptionRequired
rawStringstringThe raw string whose localized value must be obtained.
localePathstringThe lookup path of the raw string.
Note: The default value is fields.
localeRuleKeystringThe rule key in the localization store.

Usage example

In this example, the API returns Primeiro nome for the WORK-!VIEW!CANDIDATEINFO rule.

const localizedString = getPConnect().getLocalizedValue("First Name", "fields", "WORK-!VIEW!CANDIDATEINFO");

//The localization store has the following structure
{
    "WORK-!VIEW!CANDIDATEINFO.json" : {
         "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