OfficeLocalizer.GetString(OfficeStringId) Method
Returns a localized string for the given string identifier.
Namespace: DevExpress.Office.Localization
Assembly: DevExpress.Office.v24.1.Core.dll
NuGet Packages: DevExpress.Office.Core, DevExpress.Win.Navigation
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