langEditor()
Opens a language editor (langEditor)
Synopsis
int langEditor(langString &ls[,boolmultiLine = FALSE]);
Parameters
Parameter | Description |
---|---|
ls | Text |
multiLine |
FALSE = only a single-line text can be written in the language editor (default). TRUE = a multiline text can be written tin the language editor. With Shift+Enter the cursor jumps to the next line. |
Return value
The function returns 0 in normal operation or in the event of errors, -1.
Error
Description
This function opens a dialog field for changing the language identifiers that are defined with the langString.
Example
see getNoOfLangs()
Assignment
Multi-language capability
Availability
UI