Share via


LanguageResourcesCollection.Item Property (Int32)

Gets the language resource with the specified culture identifier (ID).

Namespace:  Microsoft.Office.Server.Search.Administration
Assembly:  Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)

Syntax

'Declaration
Public ReadOnly Default Property Item ( _
    locale As Integer _
) As LanguageResource
    Get
'Usage
Dim instance As LanguageResourcesCollection
Dim locale As Integer
Dim value As LanguageResource

value = instance(locale)
public LanguageResource this[
    int locale
] { get; }

Parameters

  • locale
    Type: System.Int32

    The language resource culture ID.

Property Value

Type: Microsoft.Office.Server.Search.Administration.LanguageResource
The language resource with the specified ID.

See Also

Reference

LanguageResourcesCollection Class

LanguageResourcesCollection Members

Item Overload

Microsoft.Office.Server.Search.Administration Namespace