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