void OnEnable() { Text t = GetComponent <Text>(); if (t != null && LanguageMgr.IsInt) { t.text = LanguageMgr.GetById(languageId); } }