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
classKey
Type: System.StringThe identifier of the class.
resourceKey
Type: System.StringThe resource key.
uiCulture
Type: System.Globalization.CultureInfoThe culture for the resource.
Return Value
Type: System.String