OfficeLocalizer.GetString(OfficeStringId) Method
Returns a localized string for the given string identifier.
Namespace: DevExpress.Office.Localization
Assembly: DevExpress.Office.v25.1.Core.dll
NuGet Package: DevExpress.Office.Core
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| id | DevExpress.Office.Localization.OfficeStringId | An DevExpress.Office.Localization.OfficeStringId enumeration value identifying the string to localize. |
Returns
| Type | Description |
|---|---|
| String | A String corresponding to the specified identifier. |
Remarks
For more information on localization, refer to Localization.
See Also