TranslationCollection.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 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).