Constructor Language
- Namespace
- GuildWars2
- Assembly
- GW2SDK.dll
Language(string)
Initializes a new instance of the Language class with the specified alpha-2 code.
public Language(string alpha2Code)
Parameters
alpha2Code
stringThe alpha-2 code representing the language.
Exceptions
- ArgumentException
Thrown when
alpha2Code
is null, empty, or whitespace, or when it is not a valid two-letter code.