protected override void UpdateFont(TranslationManager.FontMap fontMap, string fontKey)
 {
     if (changeFontOnStyle == true)
     {
         Label.font = fontMap.GetFontUgui(fontKey, Label.fontStyle);
     }
     else
     {
         Label.font = fontMap.GetFontUgui(fontKey);
     }
 }
 protected override void UpdateFont(TranslationManager.FontMap fontMap, string fontKey)
 {
     Label.font = fontMap.GetFontUgui(fontKey);
 }