Share via


ServerGlobalResources.GetStringUICulture Method

Gets the localized string for the specified culture.

Namespace:  Microsoft.PerformancePoint.Scorecards
Assembly:  Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)

Syntax

'Declaration
Public Shared Function GetStringUICulture ( _
    classKey As String, _
    resourceKey As String, _
    uiCulture As CultureInfo _
) As String
'Usage
Dim classKey As String
Dim resourceKey As String
Dim uiCulture As CultureInfo
Dim returnValue As String

returnValue = ServerGlobalResources.GetStringUICulture(classKey, _
    resourceKey, uiCulture)
public static string GetStringUICulture(
    string classKey,
    string resourceKey,
    CultureInfo uiCulture
)

Parameters

Return Value

Type: System.String

See Also

Reference

ServerGlobalResources Class

ServerGlobalResources Members

Microsoft.PerformancePoint.Scorecards Namespace