> For the complete documentation index, see [llms.txt](https://docs.yarnspinner.dev/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.yarnspinner.dev/2.5/api/csharp/yarn.unity/yarn.unity.culture/yarn.unity.culture.displayname.md).

# DisplayName

Field in [Culture](/2.5/api/csharp/yarn.unity/yarn.unity.culture.md)

## Summary

The display name of a language. Will be "German (Switzerland)" for "de-CH". Use this value to present the language in an English UI.

```csharp
public string DisplayName;
```
