ArcFM Desktop Developer Guide
IsLocalizable Method


The key used to identify the resource
The value of the resource
IsLocalizable determines if a resource contains a string which should be localized
Syntax
'Declaration
 
Public Shared Function IsLocalizable( _
   ByVal resourceKey As String, _
   ByVal resourceValue As Object _
) As Boolean
'Usage
 
Dim resourceKey As String
Dim resourceValue As Object
Dim value As Boolean
 
value = LocalizationUtilities.IsLocalizable(resourceKey, resourceValue)
public static bool IsLocalizable( 
   string resourceKey,
   object resourceValue
)

Parameters

resourceKey
The key used to identify the resource
resourceValue
The value of the resource

Return Value

True if the resource is a string which should be localized
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

LocalizationUtilities Class
LocalizationUtilities Members

 

 


Send Comment