MultilanguageString.SetText Method

Sets a text in the specified language.
Public Sub SetText( _ 
ByVal text As String, _ 
ByVal locale As String
)
This language is not supported or no code example is available.
public void SetText( 
string text
string locale 
)
This language is not supported or no code example is available.

Parameters

text
string

A text to set.

locale
string

A locale for which the text will be set. It has the standard form, whether the full one (En-us) or incomplete (En). It is case insensitive. If set to an empty string, a native language (neutral) text will be set.

Remarks
 
You can get the current QDV locale from IQdvEnvironment.InterfaceLocale property.
Version
 
Available since QDV 7.16.585.

.NET Framework

Supported in: 4.8, 4.7, 4.6, 4.5.2

In this article

Definition