protected override void UpdateFont(TranslationManager.FontMap fontMap, string fontKey)
 {
     Label.font = fontMap.GetFontTextMeshPro(fontKey);
 }