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