LocalizedStringManager.ContainsKey Method
Returns a value indicating whether the LocalizedStringManager object contains strings in the specified language.
Namespace: Microsoft.Office.Server.UserProfiles
Assembly: Microsoft.Office.Server.UserProfiles (in Microsoft.Office.Server.UserProfiles.dll)
Syntax
'Declaration
Public Function ContainsKey ( _
lcid As Integer _
) As Boolean
'Usage
Dim instance As LocalizedStringManager
Dim lcid As Integer
Dim returnValue As Boolean
returnValue = instance.ContainsKey(lcid)
public bool ContainsKey(
int lcid
)
Parameters
lcid
Type: System.Int32A 32-bit integer that indicates the locale identifier for the language.
Return Value
Type: System.Boolean
true if the LocalizedStringManager contains strings in the specified language; otherwise, false.