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.v24.1.Core.dll
NuGet Packages: DevExpress.Office.Core, DevExpress.Win.Navigation
Declaration
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.