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

# Name

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

## Summary

The unique language ID used to identify a language as RFC 4646. Will be "de-CH" for "German (Switzerland)". Use this for storing settings or identifying a language.

```csharp
public string Name;
```
