GefApplication.Language (property)

Gets and sets the language used for translation.
Syntax: String = object.Language
object.Language = String
Description: Gets and sets the language used for translation. This will update the language uses by all screens.

Examples

Sub Application_Language()
  CimGetScreen.Application.Language ="ENU"
End Sub
See Also: GefScreen.LangMap , GefScreen.LangMapFileName