RVALocalizeRuler procedure

<< Click to display table of contents >>

RVALocalizeRuler procedure

Localizes a TRVRuler component.

Unit RVALocRuler.

procedure RVALocalizeRuler(Ruler: TRVRuler;
  ControlPanel: TRVAControlPanel = nil);

The method assigns localized strings to hints displayed by Ruler.

If ControlPanel parameter is defined, its Language property is used. Otherwise, the function uses MainRVAControlPanel.Language.

See also:

Localization of RichViewActions

RVALocalize unit