|
<< Click to display table of contents >> TRVControlPanel.FillLanguageList |
Fills AStrings with the names of the available user interface languages.
procedure FillLanguageList(AStrings: TStrings;
ASorted: Boolean = True;
AEnglish: Boolean = True; ANative: Boolean = False);
If ASorted = True, the language names are sorted alphabetically.
If AEnglish = True (or both AEnglish and ANative are False), the strings contain the English language names.
If ANative = True, the strings contain the native language names.
If both AEnglish and ANative are True, each string contains the English and native language names separated by an en dash.
The English language name (optionally followed by the native name after the en dash) can be assigned to the Language property.