> For the complete documentation index, see [llms.txt](https://aptitude.gitbook.io/zaubercms/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://aptitude.gitbook.io/zaubercms/language/using-language-dictionaries.md).

# Using Language Dictionaries

Once you have your languages set up including your dictionaries, and you have set the culture of your pages. You can now pull out the correct language text for the page culture.

Just as you can get content property values in your View. There is also another property called `LanguageKeys`.&#x20;

To get the language text out, you just pass in the dictionary key like so

```csharp
@(LanguageKeys?.Get("HelloText"))
```
