Thread.CurrentCulture Property
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Gets or sets the culture for the current thread.
Assembly: mscorlib (in mscorlib.dll)
| Exception | Condition |
|---|---|
| ArgumentNullException | The property is set to null. |
| ArgumentException | The property is set to a culture that cannot be used to locate a resource file. |
Show: