本地化基础表
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
using System.Collections.Generic;
|
||||
using AibisDream.Framework;
|
||||
using AibisDream.Kit;
|
||||
using UnityEngine;
|
||||
using UnityEngine.Localization.Settings;
|
||||
|
||||
namespace AibisDream
|
||||
{
|
||||
@@ -47,6 +49,7 @@ namespace AibisDream
|
||||
break;
|
||||
case "Language":
|
||||
// TODO 修改语言
|
||||
LocalizationKit.SwitchLanguage(value);
|
||||
break;
|
||||
default:
|
||||
Debug.Log($"{propName}未正确处理");
|
||||
|
||||
Reference in New Issue
Block a user