TranslationCollection.FindByLanguage(Int32) Method

Definition

Searches for a Translation with the specified language.

public Microsoft.AnalysisServices.Translation FindByLanguage (int language);
member this.FindByLanguage : int -> Microsoft.AnalysisServices.Translation
Public Function FindByLanguage (language As Integer) As Translation

Parameters

language
Int32

The locale identifier (LCID) of the Translation to be located.

Returns

The Translation, with the language specified by language, if found in the collection; otherwise, a null reference (Nothing in Visual Basic).

Applies to