> 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.nativename.md).

# NativeName

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

## Summary

The languages name as called in the language itself. Will be "Deutsch (Schweiz) for "de-CH". Use this to present the language in-game so people can find their native language.

```csharp
public string NativeName;
```
