mirror of
https://github.com/LBPUnion/ProjectLighthouse.git
synced 2025-06-05 15:42:27 +00:00
Fix default lang causing problems
This commit is contained in:
parent
866c7a3de1
commit
7b1c8d4591
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ namespace LBPUnion.ProjectLighthouse.Localization;
|
|||
public static class LocalizationManager
|
||||
{
|
||||
private static readonly string namespaceStr = typeof(LocalizationManager).Namespace ?? "";
|
||||
public const string DefaultLang = "ja-JP";
|
||||
public const string DefaultLang = "en-US";
|
||||
|
||||
public static string GetLocalizedString(TranslationAreas translationArea, string language, string key)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue