Class CountryLanguage
Inheritance
System.Object
CountryLanguage
Assembly: DirectScale.Disco.Extension.Abstractions.dll
Syntax
public class CountryLanguage : Object
Constructors
CountryLanguage()
Declaration
Properties
CountryCode
Declaration
public string CountryCode { get; set; }
Property Value
Type |
Description |
System.String |
|
LanguageCode
Declaration
public string LanguageCode { get; set; }
Property Value
Type |
Description |
System.String |
|
LanguageName
Declaration
public string LanguageName { get; set; }
Property Value
Type |
Description |
System.String |
|