Skip to main content
A newer version of this page is available. .

OfficeLocalizer Class

A base class that provides necessary functionality for custom localizers of elements which are common for office-inspired controls.

Namespace: DevExpress.Office.Localization

Assembly: DevExpress.Office.v18.2.Core.dll

Declaration

public class OfficeLocalizer :
    OfficeLocalizerBase<OfficeStringId>

Remarks

The OfficeLocalizer class provides the means to substitute string values specified by the DevExpress.Office.Localization.OfficeStringId enumeration. This enumeration includes measurement units and file format abbreviations, menu captions and descriptions which are common for office-inspired controls such as Rich Text Editor, Spreadsheet, Snap and Spell Checker.

Note

Important: Not all strings can be translated via Localizer classes. Some components contain form resources (e.g., the XtraReports Search dialog), which must be translated via satellite assemblies, so localization via resources is recommended.

For more information on utilizing the OfficeLocalizer class, refer to the Localizing WinForms Controls via Localizer Objects document.

Inheritance

Object
XtraLocalizer<DevExpress.Office.Localization.OfficeStringId>
DevExpress.Office.Localization.Internal.OfficeLocalizerBase<DevExpress.Office.Localization.OfficeStringId>
OfficeLocalizer
See Also