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.Int32The 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