---
title: unmappedLocalizedName
framework: gamecontroller
role: symbol
role_heading: Instance Property
path: gamecontroller/gccontrollerelement/unmappedlocalizedname
---

# unmappedLocalizedName

The element’s localized name, not the remapped name.

## Declaration

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

## Discussion

Discussion To present the element that a user wants to remap in your interface, use this property to get the original name. Otherwise, use the localizedName property to get the possibly remapped name.

## See Also

### Getting a localized name

- [localizedName](gamecontroller/gccontrollerelement/localizedname.md)
