Show / Hide Table of Contents

Class SupportedLanguage

Inheritance
System.Object
SupportedLanguage
Namespace: Eco.Shared.Localization
Assembly: Eco.Shared.dll
Syntax
public sealed class SupportedLanguage : Enum

Fields

Arabic

Declaration
[NotLocalizedDisplayName("عربى")]
public const SupportedLanguage Arabic
Field Value
Type Description
SupportedLanguage

BrazilianPortuguese

Declaration
[NotLocalizedDisplayName("Português (Brasil)")]
public const SupportedLanguage BrazilianPortuguese
Field Value
Type Description
SupportedLanguage

Czech

Declaration
[NotLocalizedDisplayName("Český Jazyk")]
public const SupportedLanguage Czech
Field Value
Type Description
SupportedLanguage

Danish

Declaration
[NotLocalizedDisplayName("Dansk")]
public const SupportedLanguage Danish
Field Value
Type Description
SupportedLanguage

Dutch

Declaration
[NotLocalizedDisplayName("Nederlands")]
public const SupportedLanguage Dutch
Field Value
Type Description
SupportedLanguage

English

Declaration
[NotLocalizedDisplayName("English")]
public const SupportedLanguage English
Field Value
Type Description
SupportedLanguage

French

Declaration
[NotLocalizedDisplayName("Français")]
public const SupportedLanguage French
Field Value
Type Description
SupportedLanguage

German

Declaration
[NotLocalizedDisplayName("Deutsch")]
public const SupportedLanguage German
Field Value
Type Description
SupportedLanguage

Gibberish

Declaration
[NotLocalizedDisplayName("Gibberish")]
public const SupportedLanguage Gibberish
Field Value
Type Description
SupportedLanguage

Greek

Declaration
[NotLocalizedDisplayName("Ελληνικά")]
public const SupportedLanguage Greek
Field Value
Type Description
SupportedLanguage

Hungarian

Declaration
[NotLocalizedDisplayName("Magyar")]
public const SupportedLanguage Hungarian
Field Value
Type Description
SupportedLanguage

Italian

Declaration
[NotLocalizedDisplayName("Italiano")]
public const SupportedLanguage Italian
Field Value
Type Description
SupportedLanguage

Japanese

Declaration
[NotLocalizedDisplayName("日本語")]
public const SupportedLanguage Japanese
Field Value
Type Description
SupportedLanguage

Korean

Declaration
[NotLocalizedDisplayName("한국어")]
public const SupportedLanguage Korean
Field Value
Type Description
SupportedLanguage

Norwegian

Declaration
[NotLocalizedDisplayName("Norsk")]
public const SupportedLanguage Norwegian
Field Value
Type Description
SupportedLanguage

Polish

Declaration
[NotLocalizedDisplayName("Polski")]
public const SupportedLanguage Polish
Field Value
Type Description
SupportedLanguage

Portuguese

Declaration
[NotLocalizedDisplayName("Português")]
public const SupportedLanguage Portuguese
Field Value
Type Description
SupportedLanguage

Romanian

Declaration
[NotLocalizedDisplayName("Română")]
public const SupportedLanguage Romanian
Field Value
Type Description
SupportedLanguage

Russian

Declaration
[NotLocalizedDisplayName("Русский")]
public const SupportedLanguage Russian
Field Value
Type Description
SupportedLanguage

SimplifedChinese

Declaration
[NotLocalizedDisplayName("汉语")]
public const SupportedLanguage SimplifedChinese
Field Value
Type Description
SupportedLanguage

Spanish

Declaration
[NotLocalizedDisplayName("Español")]
public const SupportedLanguage Spanish
Field Value
Type Description
SupportedLanguage

Swedish

Declaration
[NotLocalizedDisplayName("Svenska")]
public const SupportedLanguage Swedish
Field Value
Type Description
SupportedLanguage

Turkish

Declaration
[NotLocalizedDisplayName("Türk")]
public const SupportedLanguage Turkish
Field Value
Type Description
SupportedLanguage

Ukrainian

Declaration
[NotLocalizedDisplayName("Українська")]
public const SupportedLanguage Ukrainian
Field Value
Type Description
SupportedLanguage

value__

Declaration
public int value__
Field Value
Type Description
System.Int32

Vietnamese

Declaration
[NotLocalizedDisplayName("Tiếng Việt")]
public const SupportedLanguage Vietnamese
Field Value
Type Description
SupportedLanguage

Extension Methods

SupportedLanguageUtils.ToCrowdinLangCode(SupportedLanguage)
SupportedLanguageUtils.ToCultureLangCode(SupportedLanguage)
SupportedLanguageUtils.ToISOLangCode(SupportedLanguage)
CommandLine.FeedFromCommandLine(Object)
CommandLine.ToCommandLineArgs(Object, Func<Object, Boolean>)
ListUtil.DepthFirstTraversal<T>(T, Func<T, IEnumerable<T>>)
EnumerableExtensions.SingleItemAsEnumerable<T>(T)
EventUtils.RaiseEvent<TEventArgs>(Object, String, TEventArgs)
PredicateUtils.MatchesAll<TEnumerable, T>(T, TEnumerable)
PredicateUtils.MatchesAll<T>(T, Func<T, Boolean>[])
PredicateUtils.MatchesAny<TEnumerable, T>(T, TEnumerable)
ReflectionUtils.PropertyValue<T>(Object, PropertyInfo)
ReflectionUtils.TryGetPropertyValueByName<T>(Object, String, out T)
ReflectionUtils.GetPropertyValueByName<T>(Object, String)
ReflectionUtils.SetPropertyByName(Object, String, Object)
ReflectionUtils.GetStructPropertyByName<T>(Object, String)
ReflectionUtils.GetStringPropertyByName(Object, String)
ReflectionUtils.ZipByProperty<T>(Object, Object, Object, Func<T, T, T>)
☀
☾
In This Article
Back to top
Copyright (c) Strange Loop Games 2021
☀
☾