f$SetLanguage(f$SetzeSprache)
f$SetLanguage(f$SetzeSprache)
The language for all subsequent dialogs opened is set with this function. The function does not affect dialogs already open. You enter the language code. If a language is not available in a dialog, the first defined language for the dialog is used.
Syntax: | f$SetLanguage( Language ) | ||
| Argument | Type | Meaning |
| Language | String | Language code used when creating the dialog (e.g. GE or D) |