mirror of
https://github.com/LBPUnion/ProjectLighthouse.git
synced 2025-05-01 16:58:20 +00:00
Finish translation of landing page
This commit is contained in:
parent
51228b2ca1
commit
1e9f672d6c
7 changed files with 34 additions and 24 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 = "en-US";
|
||||
public const string DefaultLang = "ja-JP";
|
||||
|
||||
public static string GetLocalizedString(TranslationAreas translationArea, string language, string key)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue