Skip to main content

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.v23.2.Core.dll

NuGet Packages: DevExpress.Office.Core, DevExpress.Win.Navigation

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 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
XtraLocalizer<DevExpress.Office.Localization.OfficeStringId>
DevExpress.Office.Localization.Internal.OfficeLocalizerBase<DevExpress.Office.Localization.OfficeStringId>
OfficeLocalizer
See Also