ML

concerns

You can use the ML function to create a multilingual string.

 

Syntax

ML(DefaultLanguage, LanguageValues)

Return value

Type

Description

String

The multilingual string

Parameter

Use

Name

Type

Passing

Description

Required

DefaultLanguage

String

ByVal

Language ID of the string whose contents are used in the absence

Required

LanguageValues

ParamArray String

 

Passing of Language IDs and Language Values.

The language IDs and values must be separated by the double-dot (:) character.

See example

The language values are passed as an open parameter list, starting with the language ID and its language value.

Dim V1 As MultiLanguage String

V1 := ML("EN", "DE:Fernseher", "EN:Television")