Localizer

Scripting with the Localizer class.

Localizer is a static class that assists with localizing TextElements.

Fields & Properties

Name
Description
Type
Access

localizedEventReferences

A list to help keep track of registered localization events.

Dictionary<TextElement, LocalizedEventReference>

private

Localize

Use the Localize method to localize a TextElement.

Localizer.Localize(myTextElement, "String Table Name", "String Key");

Last updated