---
title: localizedName
framework: gamecontroller
role: symbol
role_heading: Instance Property
path: gamecontroller/gccontrollerelement/localizedname
---

# localizedName

The localized name for the element or the remapped element.

## Declaration

```swift
var localizedName: String? { get set }
```

## Discussion

Discussion If the user remaps this element, this property is the remapped localized name.

## See Also

### Getting a localized name

- [unmappedLocalizedName](gamecontroller/gccontrollerelement/unmappedlocalizedname.md)
