Localization | RVALocalize Unit

<< Click to display table of contents >>

Localization | RVALocalize Unit

This unit contains procedures and functions working with a language of user interface in RichViewActions.

Procedures and functions declared in RVALocalize

Procedures returning names of registered UI languages:

•RVA_EnumLanguages

•RVA_FillLanguageList

Functions returning properties of the current language:

•RVA_GetLanguageName

•RVA_GetCharset

•RVA_GetHelpFile

Functions for help files:

•RVA_SetHelpFile

Functions returning a translated string:

•RVA_GetS, RVA_GetSH, RVA_GetPC

•RVA_TranslateUnits

•RVA_GetProgressMessage, RVA_GetPrintingMessage

Procedure for changing the current language:

•RVA_SwitchLanguage

Other procedures

The following procedures and functions are declared in other units, but related to localization:

•RVA_ChooseLanguage (displays a dialog to choose a language name, changes the current language)

•RVA_LocalizeForm (localizes all actions on the specified form/datamodule)

•RVALocalizeRuler (localizes TRVRuler component)

•RVA_GetColorName (returns the color name)

Types declared in RVALocalize

•TRVALanguageName

•TRVALocString, TRVALocStrings, TRVALocStringList

Additional information

See also:

•Localization of RichViewActions