Localizer.AppStringLoader Property
In This Article
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
C#
public static Localizer.IStringLoader AppStringLoader { get; set; }
#Property Value
Type | Description |
---|---|
Localizer. |
The string loader type. |
See Also