79713222

Date: 2025-07-24 10:59:54
Score: 2
Natty:
Report link

You can customize the user's default locale like described here:

https://developer.apple.com/documentation/foundation/locale/components

var components = Locale.Components(identifier: "en_GB")
components.firstDayOfWeek = .monday
let locale = Locale(components: components)

.environment(\.locale, locale)
Reasons:
  • Probably link only (1):
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: flitzer