Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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