Localization VIs
- Aktualisiert2025-07-21
- 1 Minute(n) Lesezeit
Localization VIs
Use the TestStand Localization VIs to localize user interface controls and menus and to obtain localized strings from TestStand.
| Palette Object | Description |
|---|---|
| Get Resource String | Returns a string in the TestStand string resource files for the current language. Specify the string by Category and Symbol , which are the section and item labels, respectively, for the string in the string resource files. |
| Localize Front Panel | Converts all labels or text that begin with TS_ to a string in the TestStand string resource files for the current language. Specify the string by Category and the label or text, which are the section and item labels, respectively, for the string in the string resource files. Optionally, this VI can also convert the text in free labels. |
| Localize Menu | Converts all menu items with names that begin with TS__ to a string in the TestStand string resource files for the current language. Specify the string by Category and the menu item name, which are the section and item labels, respectively, for the string in the string resource files. |