MultilanguageString.Concat (MultilanguageString) Method
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
MultilanguageStringA newly created multi-language string that is a concatenation of this string and the second.
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.
Available since QDV 7.17.624.