Returns the application language of RC-WinTrans or sets it.

Type Info:

ApplicationLanguage As String
Example:
Dim App As Application
Dim Lang As String

Set App = Application
Set Lang = App.ApplicationLanguage

If (Lang <> "fr") Then
	App.ApplicationLanguage = "fr"
End If
Remarks: The "ApplicationLanguage" property uses the language code format.

Changing the application language becomes effective after RC-WinTrans is restarted.

See also:

Class Application

Last Updated: 12/02/04