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