CultureInfoGetCultureInfoByIetfLanguageTag Method |
Deprecated. Retrieves a read-only
CultureInfo object having linguistic characteristics that are identified by the specified RFC 4646 language tag.
Namespace: System.GlobalizationAssembly: mscorlib (in mscorlib.dll) Version: 4.0.0.0
Syntax 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:
CultureInfoA read-only
CultureInfo object.
Exceptions Exception | Condition |
---|
ArgumentNullException | name is null. |
CultureNotFoundException | name does not correspond to a supported culture. |
See Also