diff --git a/Packages/dev.yukineko.wim.core/Runtime/I18n/I18nManager.cs b/Packages/dev.yukineko.wim.core/Runtime/I18n/I18nManager.cs index 95b6e40..8ccbf7d 100644 --- a/Packages/dev.yukineko.wim.core/Runtime/I18n/I18nManager.cs +++ b/Packages/dev.yukineko.wim.core/Runtime/I18n/I18nManager.cs @@ -141,7 +141,14 @@ public void ApplyI18n(bool isGlobal = false) } if (_controller == null) return; + + if (!_isInitialized) + { + BuildLocalization(); + } + _controller.UpdateTitle(); + foreach (var canvas in _controller.Canvas) { foreach (var component in canvas.GetComponentsInChildren(true))