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.2.Core.dll
NuGet Package: DevExpress.Office.Core
#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.
For more information on utilizing the OfficeLocalizer class, refer to the Localizing WinForms Controls via Localizer Objects document.