Class Language
- Namespace
- GuildWars2
- Assembly
- GW2SDK.dll
Represents a language.
public sealed class Language
- Inheritance
-
Language
- Inherited Members
Constructors
- Language(string)
Initializes a new instance of the Language class with the specified alpha-2 code.
Fields
- Chinese
Represents the Chinese language.
- English
Represents the English language.
- French
Represents the French language.
- German
Represents the German language.
- Spanish
Represents the Spanish language.
Properties
- Alpha2Code
Gets the alpha-2 code representing the language.
- CultureInfo
Gets the CultureInfo associated with the current language.
- CurrentUICulture
Gets the language associated with the current CultureInfo.
Methods
- ToString()
Gets the string representation of the language.