Class LocalizationInfo
Represents information required to retrieve a localized resource.
Inheritance
System.Object
LocalizationInfo
Namespace: Syncfusion.UI.Xaml.Core
Assembly: Syncfusion.Core.WinUI.dll
Syntax
public class LocalizationInfo : Object
Constructors
LocalizationInfo()
Declaration
public LocalizationInfo()
Properties
Culture
Gets or sets the culture information used for localization.
Declaration
public CultureInfo Culture { get; set; }
Property Value
| Type |
|---|
| System.Globalization.CultureInfo |
ResourceAssemblyName
Gets or sets the name of the assembly containing the resource.
Declaration
public string ResourceAssemblyName { get; set; }
Property Value
| Type |
|---|
| System.String |
ResourceName
Gets or sets the name of the resource to be localized.
Declaration
public string ResourceName { get; set; }
Property Value
| Type |
|---|
| System.String |