SpellCheckerResLocalizer.GetLocalizedString(SpellCheckerStringId) Method
Gets the string, localized by the current SpellCheckerResLocalizer, for the specified user interface element.
Namespace: DevExpress.XtraSpellChecker.Localization
Assembly: DevExpress.XtraSpellChecker.v24.1.dll
NuGet Package: DevExpress.Win.SpellChecker
Declaration
Parameters
Name | Type | Description |
---|---|---|
id | DevExpress.XtraSpellChecker.Localization.SpellCheckerStringId | A DevExpress.XtraSpellChecker.Localization.SpellCheckerStringId enumeration value specifying the UI element whose caption (text) is to be localized. |
Returns
Type | Description |
---|---|
String | A String representing the text to be displayed within the specified UI element. |
Remarks
This method should be overridden a SpellCheckerResLocalizer class’ descendants to modify the captions (text strings) of visual user interface elements. The GetLocalizedString method gets a string ID (represented by an appropriate enumeration value) and should return an appropriate string.