---
title: "CFTimeZoneCopyLocalizedName(_:_:_:)"
framework: corefoundation
role: symbol
role_heading: Function
path: "corefoundation/cftimezonecopylocalizedname(_:_:_:)"
---

# CFTimeZoneCopyLocalizedName(_:_:_:)

Returns the localized name of a given time zone.

## Declaration

```swift
func CFTimeZoneCopyLocalizedName(_ tz: CFTimeZone!, _ style: CFTimeZoneNameStyle, _ locale: CFLocale!) -> CFString!
```

## Parameters

- `tz`: The time zone to analyze.
- `style`: The style for the returned name.
- `locale`: The locale for which to localize the returned name.

## Return Value

Return Value The name of tz localized for locale. Ownership follows the The Create Rule.

## See Also

### Getting Information About Time Zones

- [CFTimeZoneGetName(_:)](corefoundation/cftimezonegetname(_:).md)
- [CFTimeZoneGetSecondsFromGMT(_:_:)](corefoundation/cftimezonegetsecondsfromgmt(_:_:).md)
- [CFTimeZoneGetData(_:)](corefoundation/cftimezonegetdata(_:).md)
