C# Class PhoneNumbers.Locale

Exibir arquivo Open project: naphaso/kilogram

Public Properties

Property Type Description
Country String
ENGLISH Locale
FRENCH Locale
GERMAN Locale
ITALIAN Locale
KOREAN Locale
Language String
SIMPLIFIED_CHINESE Locale

Public Methods

Method Description
GetDisplayCountry ( String language ) : String
Locale ( String language, String countryCode ) : System

Private Methods

Method Description
GetCountryName ( String country, String language ) : String

Method Details

GetDisplayCountry() public method

public GetDisplayCountry ( String language ) : String
language String
return String

Locale() public method

public Locale ( String language, String countryCode ) : System
language String
countryCode String
return System

Property Details

Country public_oe property

public String Country
return String

ENGLISH public_oe static_oe property

public static Locale ENGLISH
return Locale

FRENCH public_oe static_oe property

public static Locale FRENCH
return Locale

GERMAN public_oe static_oe property

public static Locale GERMAN
return Locale

ITALIAN public_oe static_oe property

public static Locale ITALIAN
return Locale

KOREAN public_oe static_oe property

public static Locale KOREAN
return Locale

Language public_oe property

public String Language
return String

SIMPLIFIED_CHINESE public_oe static_oe property

public static Locale SIMPLIFIED_CHINESE
return Locale