TranslationCollection.GetByLanguage(Int32) Method

Definition

Obtain the Translation with the specified language.

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

Parameters

language
Int32

The locale identifier (LCID) of the AttributeTranslation 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