MultilanguageString.Concat (MultilanguageString) Method

Concatenates two multi-language strings and returns the result. The concatenation is done for each language separately. The original strings are not modified.
Public Function Concat( _ 
ByVal second As MultilanguageString
) As MultilanguageString
This language is not supported or no code example is available.
public MultilanguageString Concat( 
MultilanguageString second 
)
This language is not supported or no code example is available.

Parameters

second
MultilanguageString

The second multi-language string which will be concatenated with the current string.

Return Value

MultilanguageString

A newly created multi-language string that is a concatenation of this string and the second.

Remarks
 
The result will contain an union of languages that are present in both input strings. If some language is not available in another string, the value will be resolved by the standard fall-back mechanism. The concatenation is done for each language separately.
Version
 
Available since QDV 7.17.624.

.NET Framework

Supported in: 4.8, 4.7, 4.6, 4.5.2

In this article

Definition