本地化
parent
0509d2dcbd
commit
e68b31d0b3
|
|
@ -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 本地化配置
|
||||
|
|
|
|||
Loading…
Reference in New Issue