SpellCheckerResLocalizer.Language Property
Returns the name of the language currently used by this localizer object.
Namespace: DevExpress.XtraSpellChecker.Localization
Assembly: DevExpress.XtraSpellChecker.v24.1.dll
NuGet Package: DevExpress.Win.SpellChecker
Declaration
Property Value
Type | Description |
---|---|
String | A String specifying the language used to localize the user interface. |
Remarks
This property can be overridden in one of the SpellCheckerResLocalizer class descendants to specify the end-user’s native language, used to localize the user interface.
See Also