AttributeTranslationCollection.GetByLanguage(Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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).