GefScreen.LangMap (read-only property)

Gets the CIMLangMap used for translation by the screen
Syntax: Set object = object.LangMap
Description: Gets the CIMLangMap used for translation by the screen.

Examples

Sub GefScreen_LangMap()
  MsgBox CimGetScreen.LangMap.Translate("Tank")
End Sub
See Also: GefApplication.Language , LangMapFileName , UpdateTranslation