ApplicationMgr.LocalizeAllControls
- Mise à jour2025-07-21
- Temps de lecture : 1 minute(s)
ApplicationMgr.LocalizeAllControls
Syntax
ApplicationMgr.LocalizeAllControls( sectionName)
Purpose
Calls the Localize method on all loaded TestStand User Interface Controls using a given section name.
For each user visible control text string, this method searches for a tag with the same string value in the specified section. When this method finds a control text string that is a tag in the language file, the method replaces the control text string with the value of the tag for the current language.
Remarks
Call this control to localize all the controls once they are loaded.
Parameters
sectionName As String
[In] Specifies the name of the section in the language files to use.