Localizing VIs
- Updated2026-08-05
- 1 minute(s) read
You can localize a VI by exporting the VI strings into a text file in either XLIFF 2.0 format or the LabVIEW VI String File format, translating the file, and importing it back into the VI.
- VI window titles and descriptions
- Object caption and descriptions
- Free labels
- Default data such as string, table, path, and array default data
- Control properties such as listbox item names, table row and column headers, graph plot names, graph cursor names, and graph annotation names
- Block diagram strings such as free labels and string constants, if you specify it
Besides translating strings on the front panel, you can use localized decimal separators when converting numbers to strings. Use the Format Date/Time String function to specify how to display the date and time.
Related Information
- OASIS XLIFF 2.0 File Format Specification
- VI String File Syntax
Understand the structure of VI String files used for VI localization.
- Exporting and Importing VI Strings
Complete the following steps to export and import the strings to localize a VI.