Localizer.StringLoader Property
Gets or sets an object that implements the Localizer.IStringLoader and returns values of the localization strings by their IDs.
Namespace: DevExpress.Maui.Core
Assembly: DevExpress.Maui.Core.dll
NuGet Package: DevExpress.Maui.Core
Declaration
public static Localizer.IStringLoader StringLoader { get; set; }
Property Value
Type | Description |
---|---|
Localizer.IStringLoader | An object. |
See Also