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