LocalizedStringManager.GetUniqueLcids Method
Returns the unique locale identifiers for strings contained in the LocalizedStringManager object, removing any duplicates.
Namespace: Microsoft.Office.Server.UserProfiles
Assembly: Microsoft.Office.Server.UserProfiles (in Microsoft.Office.Server.UserProfiles.dll)
Syntax
'Declaration
Public Function GetUniqueLcids As Integer()
'Usage
Dim instance As LocalizedStringManager
Dim returnValue As Integer()
returnValue = instance.GetUniqueLcids()
public int[] GetUniqueLcids()
Return Value
Type: []
A 32-bit integer array of locale identifiers.