public void OnLocalize() { if (textIsManagedExternally) { return; } localizableText.OnLocalize(); textmesh.text = localizableText.current; }
public void OnLocalize() { if (textIsManagedExternally) { return; } localizableText.OnLocalize(); guiTextToModify.text = localizableText.current; }
public void OnLocalize() { managedText.OnLocalize(); programaticallyManagedText = TranslationUtility.get(programaticallyManagedTextKey); }