public static string Localize(this string text, bool byDeviceSettings = false) { return(LocalizeHelper.Localize(text, byDeviceSettings)); }