Localizer.DXStringLoader Property
Gets or sets the string loader used to retrieve localized strings for DevExpress .NET MAUI controls.
Namespace: DevExpress.Maui.Core
Assembly: DevExpress.Maui.Mvvm.dll
NuGet Package: DevExpress.Maui.Mvvm
Declaration
public static Localizer.IStringLoader DXStringLoader { get; set; }
Property Value
Type | Description |
---|---|
Localizer.IStringLoader | The string loader type. |
See Also