StatusBar.Localize

Syntax

StatusBar.Localize( sectionName)

Purpose

Localizes all the text captions in the StatusBar control.

Remarks

First, update a .ini file located in the <TestStand Public> \Components\Language directory with the required strings. Second, use the string tags in the .ini file as the pane captions for the control.

When you call this method, the control replaces the pane captions with the strings from the .ini file. If a caption is not a tag in the .ini file, the caption does not change.

Note When you connect a pane to a manager control, the manager control automatically sets a localized caption.

Parameters

sectionName As String

[In] Specifies the name of the section in the language files that contains the localized text.

See Also

ApplicationMgr.LocalizeAllControls