AttributeTranslationCollection.GetByLanguage(Int32) Method

Definition

Obtain the AttributeTranslation with the specified language.

public Microsoft.AnalysisServices.AttributeTranslation GetByLanguage (int languageId);
override this.GetByLanguage : int -> Microsoft.AnalysisServices.AttributeTranslation
Public Function GetByLanguage (languageId As Integer) As AttributeTranslation

Parameters

languageId
Int32

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

Returns

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

Applies to