Ejemplo n.º 1
0
 private void updateTranslation()
 {
     if (!string.IsNullOrEmpty(key))
     {
         text.text = Il8n.__(key);
     }
 }
Ejemplo n.º 2
0
 private void updateLocalizedText()
 {
     text = Il8n.__(localizationKey);
 }