ESRI.ArcGIS.ADF.ArcGISServer.Editor
GetLocalizedString Method
See Also 
ESRI.ArcGIS.ADF.ArcGISServer.Editor Namespace > ResCategoryAttribute Class : GetLocalizedString Method




resourceName
The name of the string resource.
Get localized string.

Syntax

Visual Basic (Declaration) 
Protected Overrides Function GetLocalizedString( _
   ByVal resourceName As String _
) As String
Visual Basic (Usage)Copy Code
Dim instance As ResCategoryAttribute
Dim resourceName As String
Dim value As String
 
value = instance.GetLocalizedString(resourceName)
C# 
protected override string GetLocalizedString( 
   string resourceName
)

Parameters

resourceName
The name of the string resource.

See Also

© 2010 All Rights Reserved.