TeamFoundationProfileService.GetAccountCulture Method

Get account culture preference

Namespace:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)

Syntax

'Declaration
Public Function GetAccountCulture ( _
    requestContext As TeamFoundationRequestContext _
) As CultureInfo
public CultureInfo GetAccountCulture(
    TeamFoundationRequestContext requestContext
)
public:
CultureInfo^ GetAccountCulture(
    TeamFoundationRequestContext^ requestContext
)
member GetAccountCulture : 
        requestContext:TeamFoundationRequestContext -> CultureInfo
public function GetAccountCulture(
    requestContext : TeamFoundationRequestContext
) : CultureInfo

Parameters

Return Value

Type: System.Globalization.CultureInfo

.NET Framework Security

See Also

Reference

TeamFoundationProfileService Class

Microsoft.TeamFoundation.Framework.Server Namespace