SwiftlyS2

Language

Class Language

Namespace: SwiftlyS2.Shared.Translation

Assembly: SwiftlyS2.CS2.dll

public sealed class Language : IEquatable<Language>

Inheritance

Implements

Inherited Members

Constructors

Language(string)

public Language(string value)
Parameters

Fields

Arabic

public static Language Arabic
Field Value

Brazilian

public static Language Brazilian
Field Value

Bulgarian

public static Language Bulgarian
Field Value

ChineseCN

public static Language ChineseCN
Field Value

ChineseTW

public static Language ChineseTW
Field Value

Czech

public static Language Czech
Field Value

Danish

public static Language Danish
Field Value

Dutch

public static Language Dutch
Field Value

English

public static Language English
Field Value

Finnish

public static Language Finnish
Field Value

French

public static Language French
Field Value

German

public static Language German
Field Value

Greek

public static Language Greek
Field Value

Hungarian

public static Language Hungarian
Field Value

Indonesian

public static Language Indonesian
Field Value

Italian

public static Language Italian
Field Value

Japanese

public static Language Japanese
Field Value

Korean

public static Language Korean
Field Value

LatinAmerica

public static Language LatinAmerica
Field Value

Norwegian

public static Language Norwegian
Field Value

Polish

public static Language Polish
Field Value

Portuguese

public static Language Portuguese
Field Value

Romanian

public static Language Romanian
Field Value

Russian

public static Language Russian
Field Value

Spanish

public static Language Spanish
Field Value

Swedish

public static Language Swedish
Field Value

Thai

public static Language Thai
Field Value

Turkish

public static Language Turkish
Field Value

Ukrainian

public static Language Ukrainian
Field Value

Vietnamese

public static Language Vietnamese
Field Value

Properties

Value

public string Value { get; }
Property Value

Methods

Equals(Language?)

Indicates whether the current object is equal to another object of the same type.

public bool Equals(Language? other)
Parameters
  • other Language? — An object to compare with this object.
Returns
  • booltrue if the current object is equal to the other parameter; otherwise, false.

Equals(object?)

Determines whether the specified object is equal to the current object.

public override bool Equals(object? obj)
Parameters
  • obj object? — The object to compare with the current object.
Returns
  • booltrue if the specified object is equal to the current object; otherwise, false.

GetHashCode()

Serves as the default hash function.

public override int GetHashCode()
Returns
  • int — A hash code for the current object.

ToString()

Returns a string that represents the current object.

public override string ToString()
Returns
  • string — A string that represents the current object.

Operators

implicit operator string(Language)

public static implicit operator string(Language language)
Parameters
Returns

On this page