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.Int32A 32-bit integer that indicates the locale identifier for the language.
Property Value
Type: System.String
The localization string.