Skip to main content
A newer version of this page is available.

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.v19.2.Core.dll

Declaration

public static XtraLocalizer<SnapStringId> CreateDefaultLocalizer()

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