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.

See also

Reference

LocalizedStringManager class

LocalizedStringManager members

Microsoft.Office.Server.UserProfiles namespace