UtilStringWordListsWorldLanguages Property
Gets a word-list that contains world language names (eg. English, Russian, Spanish).
Namespace: DevCase.Core.DataProcessing.CommonAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public static ReadOnlyCollection<string> WorldLanguages { get; }
Public Shared ReadOnly Property WorldLanguages As ReadOnlyCollection(Of String)
Get
Dim value As ReadOnlyCollection(Of String)
value = UtilStringWordLists.WorldLanguages
public:
static property ReadOnlyCollection<String^>^ WorldLanguages {
ReadOnlyCollection<String^>^ get ();
}
static member WorldLanguages : ReadOnlyCollection<string> with get
No code example is currently available or this language may not be supported.
Property Value
ReadOnlyCollectionString
The language names.