---
title: "CFCalendarSetLocale(_:_:)"
framework: corefoundation
role: symbol
role_heading: Function
path: "corefoundation/cfcalendarsetlocale(_:_:)"
---

# CFCalendarSetLocale(_:_:)

Sets the locale for a calendar.

## Declaration

```swift
func CFCalendarSetLocale(_ calendar: CFCalendar!, _ locale: CFLocale!)
```

## Parameters

- `calendar`: The calendar to modify.
- `locale`: The locale to set for calendar.

## See Also

### Getting and Setting the Locale

- [CFCalendarCopyLocale(_:)](corefoundation/cfcalendarcopylocale(_:).md)
