ASPxSpellCheckerLocalizer.CreateResXLocalizer() Method
Returns an object comprising resources based on the thread’s language and regional settings (culture).
Namespace: DevExpress.Web.ASPxSpellChecker.Localization
Assembly: DevExpress.Web.ASPxSpellChecker.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Returns
Type | Description |
---|---|
XtraLocalizer<ASPxSpellCheckerStringId> | A XtraLocalizer<T><ASPxSpellCheckerStringId,> object comprising resources based on the thread’s culture. |
Remarks
For internal use only.
See Also