LocalizedStringManager.Item property

Gets or sets a localization string for the specified language.

Namespace:  Microsoft.Office.Server.UserProfiles
Assembly:  Microsoft.Office.Server.UserProfiles (in Microsoft.Office.Server.UserProfiles.dll)

Syntax

'Declaration
Public Default Property Item ( _
    lcid As Integer _
) As String
    Get
    Set
'Usage
Dim instance As LocalizedStringManager
Dim lcid As Integer
Dim value As String

value = instance(lcid)

instance(lcid) = value
public string this[
    int lcid
] { get; set; }

Parameters

  • lcid
    Type: System.Int32

    A 32-bit integer that indicates the locale identifier for the language.

Property value

Type: System.String
The localization string.

See also

Reference

LocalizedStringManager class

LocalizedStringManager members

Microsoft.Office.Server.UserProfiles namespace