# NativeName

Field in [Culture](https://docs.yarnspinner.dev/2.0/api/csharp/yarn.unity/yarn.unity.culture)

## 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;
```
