C# Class SIL.CoreImpl.LanguageSubtag

This class represents a language from the IANA language subtag registry.
Inheritance: Subtag
Exibir arquivo Open project: sillsdev/FieldWorks Class Usage Examples

Public Methods

Method Description
LanguageSubtag ( LanguageSubtag subtag, string name ) : System

Initializes a new instance of the T:LanguageSubtag class.

LanguageSubtag ( string code, string name, bool isPrivateUse, string iso3Code ) : System

Initializes a new instance of the T:LanguageSubtag class.

Method Details

LanguageSubtag() public method

Initializes a new instance of the T:LanguageSubtag class.
public LanguageSubtag ( LanguageSubtag subtag, string name ) : System
subtag LanguageSubtag The subtag.
name string The name.
return System

LanguageSubtag() public method

Initializes a new instance of the T:LanguageSubtag class.
public LanguageSubtag ( string code, string name, bool isPrivateUse, string iso3Code ) : System
code string The code.
name string The name.
isPrivateUse bool if set to true this is a private use subtag.
iso3Code string The ISO 639-3 language code.
return System