<< Click to display table of contents >> RVA_EnumLanguages Procedure |
This procedure allows to enumerate all UI languages available for RichViewActions.
Unit RVALocalize.
//type
// TGetStrProc = procedure (const S: string) of object;
procedure RVA_EnumLanguages(Proc: TGetStrProc);
This procedure calls Proc one time for each language name. Only English language names are passed to this procedure.
Names of languages can be assigned to TRVAControlPanel.Language or used as a parameter for RVA_SwitchLanguage procedure.
See also: