Table of Contents

Components and Libraries

TMS FNC Localization provides the following registered components. Drop them on a form (or create them in code) to collect, store, switch, and generate translations for your application.

Localization workflow

Component Description Start
Localizer Switches the active language at runtime and notifies subscribed components of language changes. Get started / API
Collector Gathers the localizable components and properties in the application at runtime. Get started / API
String Catalog Stores application strings and their translations for design-time and runtime use. Get started / API
Localization Editor Manages and edits translations for the application's languages. Get started / API

Language selection

Component Description Start
Localization ComboBox A combo box for selecting the active application language. Get started / API