From e68b31d0b355b43e8bf4ececafd2309bcdefa791 Mon Sep 17 00:00:00 2001 From: yurui <952870061@qq.com> Date: Wed, 5 Jun 2024 18:42:41 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9C=AC=E5=9C=B0=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Code/Scripts/Gameplay/UI/Guide/UI_GuideTipController.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ProjectNLD/Assets/Code/Scripts/Gameplay/UI/Guide/UI_GuideTipController.cs b/ProjectNLD/Assets/Code/Scripts/Gameplay/UI/Guide/UI_GuideTipController.cs index f14b6125f39..4b279cf8454 100644 --- a/ProjectNLD/Assets/Code/Scripts/Gameplay/UI/Guide/UI_GuideTipController.cs +++ b/ProjectNLD/Assets/Code/Scripts/Gameplay/UI/Guide/UI_GuideTipController.cs @@ -225,7 +225,7 @@ public class UI_GuideTipController : UIWindow curPage = listPage[index]; curPage.IsSelect = true; - textTip.text = cfg.ListTextKeyList[index]; // TODO 本地化读取文本 + textTip.text = CommonUtils.GetLocalizeText(cfg.ListTextKeyList[index]); buttonPrePage.gameObject.IsScaleShow(0 != index); textNextPage.text = bannerView.CellCount - 1 > index ? "下一页" : "关闭"; // TODO 本地化配置