Skip to end of banner
Go to start of banner

Localization

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 7 Next »

The process of adapting a product to a specific target market is known as localization. Thus the localization is the process of customising a product or content to a given place or market. Localization is frequently confused with translation, however the two phrases are not interchangeable.

  • Based on the language saved for the Person

  • Email notifications are also localized based on the Person language

  • As an anonymous user is based on browser language

  • Workflow form fields and lookup titles and descriptions are automatically localized if the labels match Locale Key Entries

Code Examples

  • Text = EidResx("PersonAdvancedAttributesEditableLists").ToString()

  • <div data-bind="eidTab: { Title: '@EidResx("Page-ViewSelf-Tab-Report", true)' }"></div>

  • <div data-bind='eidGridColumn:  { Title: "@EidResx("FriendlyName", EscapeMode.HtmlAttribute)", DataFieldName: "FriendlyName" }' ></div>

Find Localized Text Page in the EmpowerID UI

Language Selector

Localized Emails

EID-Localization.mp4

Related Docs Topics

Localize EmpowerID

  • No labels