MultilanguageString.Languages Property

Gets all languages, including the native (neutral) one, stored in this string.
Public ReadOnly Property Languages() As IEnumerable(Of String)
This language is not supported or no code example is available.
public IEnumerable<string> Languages {get;}
This language is not supported or no code example is available.

Property Value

IEnumerable<string>

A list of all contained locales, e.g. {"", "Fr", "En-us"}. The name of the native language is represented with an empty string.

Version
 
Available since QDV 7.16.585.

.NET Framework

Supported in: 4.8, 4.7, 4.6, 4.5.2

In this article

Definition