---
title: localizedCapitalized
framework: swift
role: symbol
role_heading: Instance Property
path: swift/stringprotocol/localizedcapitalized
---

# localizedCapitalized

A capitalized representation of the string that is produced using the current locale.

## Declaration

```swift
var localizedCapitalized: String { get }
```
