Ejemplo n.º 1
0
 public void OnLocalize()
 {
     if (textIsManagedExternally)
     {
         return;
     }
     localizableText.OnLocalize();
     textmesh.text = localizableText.current;
 }
Ejemplo n.º 2
0
 public void OnLocalize()
 {
     if (textIsManagedExternally)
     {
         return;
     }
     localizableText.OnLocalize();
     guiTextToModify.text = localizableText.current;
 }
 public void OnLocalize()
 {
     managedText.OnLocalize();
     programaticallyManagedText = TranslationUtility.get(programaticallyManagedTextKey);
 }