CultureInfo.IetfLanguageTag Property
Assembly: mscorlib (in mscorlib.dll)
The RFC 3066(bis) standard that is maintained by the Internet Engineering Task Force (IETF) defines an IETF language tag, which provides a uniform means of identifying a language. The format of an IETF language tag is similar to the culture name returned by the Name property, but does not identify a culture uniquely. That is, different cultures can share the same IETF language tag if those cultures have identical linguistic characteristics. The linguistic characteristics of a culture are contained in the TextInfo object associated with a CultureInfo object.
An IETF language tag consists of a mandatory language identifier, an optional script identifier, and an optional region identifier. For example, a valid IETF language tag for the Serbian language, the Cyrillic script, and the region of Serbia is "sr-Cyrl-SR".
For more information, see RFC 3066(bis), "Tags for the Identification of Languages," and the most recent draft standard, Draft-phillips-langtags-05.txt, at http://www.ietf.org/internet-drafts/.
Windows 98, Windows 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile for Pocket PC, Windows Mobile for Smartphone, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.