---
title: title
framework: classkit
role: symbol
role_heading: Instance Property
path: classkit/clscontext/title
---

# title

The name of the context as it appears to users.

## Declaration

```swift
var title: String { get set }
```

## Discussion

Discussion The title that you choose appears to teachers exactly as you store it. If your app works in many locales, localize the title. The framework doesn’t do that for you automatically.

## See Also

### Identifying the context

- [identifier](classkit/clscontext/identifier.md)
- [summary](classkit/clscontext/summary.md)
- [thumbnail](classkit/clscontext/thumbnail.md)
