---
title: localizedUppercase
framework: swift
role: symbol
role_heading: Instance Property
path: swift/stringprotocol/localizeduppercase
---

# localizedUppercase

An uppercase version of the string that is produced using the current locale.

## Declaration

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