SnapLocalizer.CreateDefaultLocalizer() Method
Returns a Localizer object storing resources based on the thread’s language and regional settings (culture).
Namespace: DevExpress.Snap.Localization
Assembly: DevExpress.Snap.v21.2.Core.dll
NuGet Package: DevExpress.Snap.Core
Declaration
Returns
Type | Description |
---|---|
XtraLocalizer<SnapStringId> | An XtraLocalizer<T> object, storing resources based on the thread’s language and regional settings (culture). |
Remarks
For more information, refer to Localization.
See Also