Click or drag to resize
CultureInfoGetCultureInfoByIetfLanguageTag Method
Deprecated. Retrieves a read-only CultureInfo object having linguistic characteristics that are identified by the specified RFC 4646 language tag.

Namespace: System.Globalization
Assembly: mscorlib (in mscorlib.dll) Version: 4.0.0.0
Syntax
C#
public static CultureInfo GetCultureInfoByIetfLanguageTag(
	string name
)

Parameters

name
Type: SystemString
The name of a language as specified by the RFC 4646 standard.

Return Value

Type: CultureInfo
A read-only CultureInfo object.
Exceptions
ExceptionCondition
ArgumentNullExceptionname is null.
CultureNotFoundExceptionname does not correspond to a supported culture.
See Also