Back to Devexpress

Localizer Editor

vcl-405302-expresscrossplatformlibrary-standalone-tools-localizer-editor.md

latest4.2 KB
Original Source

Localizer Editor

  • Oct 23, 2025
  • 3 minutes to read

The Localizer Editor is a standalone application installed automatically with DevExpress VCL components. You can use the Localizer Editor to translate resource strings for localizations.

Localizer Editor UI

The Localizer Editor UI is arranged into the following groups: Main Menu, Toolbar, and Resource String List.

The main menu contains the following groups: File, View, Languages, Options, Custom Resource Strings, and About.

File

NewCreates a new file with resource strings.OpenOpens an existing file with resource strings.ReopenOpens a previously opened file with resource strings.Save | Save AsSave localized resource strings to INI and PAS files (a PAS file contains custom resource strings).Build Resource FileCompiles localized resource strings and saves the result to a RES file. A resource file is an alternative solution to resource string storage in INI and PAS files.CloseCloses the current file with resource strings.ExitCloses the Localizer Editor.

View

Expand All | Collapse AllExpand or collapse all resource strings displayed in the Resource Strings List.Find PanelDisplays the Find Panel in the Resource Strings List. Alternatively, you can press Ctrl + F.

Languages

AddDisplays the Choose Languages dialog and allows you to add languages.DeleteDisplays the Choose Languages dialog and allows you to delete languages from the list.

Options

Save As Unicode

Allows you to save resource string content in Unicode instead of ANSI.

Note

This option has no effect on generated RES files (the Build Resource File command).

Autosave Custom Resource Unit This option automatically saves custom resource strings to a PAS file.

Custom Resource Strings

Add

Adds custom resource strings to a file.

The Localizer Editor creates a Custom Resource Strings group row and adds a blank data row when you click the Add item for the first time. You can add a custom resource string identifier and corresponding values for each target language to the blank row.

Subsequent clicks on the Add item create additional blank data rows in the Custom Resource Strings group row.

DeleteDeletes custom resource strings.Build Custom Resource UnitSaves custom resource strings to a PAS file. Use this option if you store localized resource strings in an INI file.

About

Displays the Localizer Editor version.

Toolbar

The Localizer Editor toolbar displays the following commands, from left to right:

New | Open | SaveCreate, open, and save resource string files.Add Languages | Remove LanguagesDisplay the Choose Languages dialog where you can manage the language list.

You can add more commands from the main menu to the toolbar.

Resource String List

The resource string list is the main UI element of the Localizer Editor. This list displays all DevExpress component resource strings grouped by corresponding DevExpress products.

List Columns

Top Grid Bands

Resource String NameDisplays resource string identifiers in source files.Original ValueLists resource string values as they are defined in DevExpress source code.

Additional Bands

The Localizer Editor creates additional bands for each added language. Each language band contains the following columns:

Resource String ValueLists language-specific resource string values.Translated

Contains check boxes that indicate resource string translation states.

A check box becomes automatically checked when you modify the corresponding original resource string value. You can uncheck a check box to restore the original resource string value.

See Also

Standalone Tools