RequestLanguage.GetThreadUICulture Method
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public Shared Function GetThreadUICulture ( _
state As IDictionary _
) As CultureInfo
public static CultureInfo GetThreadUICulture(
IDictionary state
)
public:
static CultureInfo^ GetThreadUICulture(
IDictionary^ state
)
static member GetThreadUICulture :
state:IDictionary -> CultureInfo
public static function GetThreadUICulture(
state : IDictionary
) : CultureInfo
Parameters
- state
Type: System.Collections.IDictionary
Return Value
Type: System.Globalization.CultureInfo
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.