SPUtility.SetThreadCulture Method
Include Protected Members
Include Inherited Members
Sets the thread and user interface (UI) culture.
Overload List
Name | Description | |
---|---|---|
SetThreadCulture(SPWeb) | Sets the thread and user interface (UI) culture, based upon the spWeb parameter and the RegionalSettings property of the user. | |
SetThreadCulture(CultureInfo, CultureInfo) | Sets the thread and user interface (UI) culture, based upon the current culture of the thread and the current culture of the UI. |
Top