public LocalizationManager()
 {
     UI = new UIStrings();
     Settings = new UISettings();
     Notifications = new UINotifications();
 }
 public LocalizationManager()
 {
     UI            = new UIStrings();
     Settings      = new UISettings();
     Notifications = new UINotifications();
 }