Skip to content

Commit

Permalink
fix(Language): CultureInfo for Japanese
Browse files Browse the repository at this point in the history
  • Loading branch information
Belphemur committed Apr 2, 2021
1 parent e97623c commit 1bd87cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SoundSwitch/Localization/Factory/Lang/Langs.cs
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ public class JapaneseLang : ILang
/// <summary>
/// Culture info of this language
/// </summary>
public CultureInfo CultureInfo => CultureInfo.GetCultureInfo("jp");
public CultureInfo CultureInfo => CultureInfo.GetCultureInfo("ja-JP");

public Language TypeEnum => Language.Japanese;
public string Label => "日本語";
Expand Down

0 comments on commit 1bd87cd

Please sign in to comment.