Class Resource.CultureItem
Represents a localized value of a resource for a specific culture.
Inherited Members
Namespace: DataWeb.Localization
Assembly: DataWeb.Core.dll
Syntax
public class Resource.CultureItem
Properties
Culture
Gets or sets the culture of the localized value.
Declaration
public string Culture { get; set; }
Property Value
Type | Description |
---|---|
string |
Value
Gets or sets the localized value.
Declaration
public string Value { get; set; }
Property Value
Type | Description |
---|---|
string |