LanguageName constructor

Initializes a new instance of the LanguageName class.

public LanguageName(string strName)
parameter description
strName The language tag (as defined by RFC 4646).

Remarks

The null string is treated as the neutral language.

See Also