mirror of
https://github.com/Thealexbarney/LibHac.git
synced 2024-11-14 10:49:41 +01:00
Add Language enum
This commit is contained in:
parent
b5ccde1a29
commit
f80af38c64
1 changed files with 23 additions and 0 deletions
23
src/LibHac/Settings/Language.cs
Normal file
23
src/LibHac/Settings/Language.cs
Normal file
|
@ -0,0 +1,23 @@
|
||||||
|
namespace LibHac.Settings;
|
||||||
|
|
||||||
|
public enum Language
|
||||||
|
{
|
||||||
|
Japanese,
|
||||||
|
AmericanEnglish,
|
||||||
|
French,
|
||||||
|
German,
|
||||||
|
Italian,
|
||||||
|
Spanish,
|
||||||
|
Chinese,
|
||||||
|
Korean,
|
||||||
|
Dutch,
|
||||||
|
Portuguese,
|
||||||
|
Russian,
|
||||||
|
Taiwanese,
|
||||||
|
BritishEnglish,
|
||||||
|
CanadianFrench,
|
||||||
|
LatinAmericanSpanish,
|
||||||
|
SimplifiedChinese,
|
||||||
|
TraditionalChinese,
|
||||||
|
BrazilianPortuguese
|
||||||
|
}
|
Loading…
Reference in a new issue