public void UpdateMyText()
 {
     textField.text = translationController.TranslationByKey(textKey);
 }