C# Class NCldr.Types.Language

Inheritance: CldrIdentifier
Exibir arquivo Open project: GuySmithFerrier/NCLDR

Public Methods

Method Description
DisplayName ( string languageId ) : string

Gets the display name of the language in a given language

Private Methods

Method Description
GetDisplayName ( string cultureName, string languageId ) : string

Gets the display name of a given culture in the given language

Method Details

DisplayName() public method

Gets the display name of the language in a given language
public DisplayName ( string languageId ) : string
languageId string The language to get the display name in
return string