Sets the current language to the language string parameter. The string is used as an entry point in the Language repository.
Syntax:
SetLang(string)
Parameters:
Language string
Returns:
True when the language is set
Example:
SetLang('French')
Note:
If the language string parameter is blank, the language will be cleared, meaning that no language will be set.
The new language will affect new objects only. It will not change objects that were already created.
See also:
GetLang
How Do I Translate My Application to Another Language?
The Online and Rich Client Samples projects (program EV13 and REV13)