@@ -40,6 +40,7 @@ public class TextAutoLanguage2 : MonoBehaviour
public static LanguageEnum GetLanguage()
{
+ Init();
return currentLanguageEnum;
}