> For the complete documentation index, see [llms.txt](https://help.verkada.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.verkada.com/guest/configuration/guest-sites/manage-multiple-languages-for-guest.md).

# Manage Multiple Languages for Guest

On the [Verkada Guest](https://docs.verkada.com/docs/verkada-guest-overview.pdf) app, you should see the option to change the language.

{% hint style="danger" %}
All documents for the site and denied entry must be translated in order to see the dropdown.
{% endhint %}

Watch this video to see how the translation settings work.

{% embed url="<https://player.vimeo.com/video/741762278>" %}

***

## Enable multiple languages

{% hint style="info" %}
Currently, you can enable English, Français, Español, 日本語, Português, Deutsch, Русский, 한국말, and 中文（简体).
{% endhint %}

{% stepper %}
{% step %}
**In Verkada Command, go to All Products > Workplace > Guest.**
{% endstep %}

{% step %}
**On the left navigation, click Guest Settings.**

a. At the top, select **Sites**.\
b. Use the dropdown to select the site that you want the supported languages on.\
c. On the left side, select **Guest Languages**.\
d. Select the languages you want to enable for Guest. Double-click a language to set it as the default.
{% endstep %}
{% endstepper %}

***

## Translate Guest types

If you have already configured Guest types, they should have an exclamation (**!**) icon next to them.

The names of your Guest types need to be translated to the respective language(s).

{% stepper %}
{% step %}
**In Verkada Command, go to All Products > Workplace > Guest.**
{% endstep %}

{% step %}
**On the left navigation, click Guest Settings.**
{% endstep %}

{% step %}
**Under Organization, select Guest Types.**
{% endstep %}

{% step %}
**Click Manage Guest Types.**
{% endstep %}

{% step %}
**Select the Guest type to add translations to your Guest type. Click the dropdown to insert your translation.**
{% endstep %}

{% step %}
**Add the translation and click Save.**
{% endstep %}
{% endstepper %}

***

## Translate documents

Once you [create your document](/guest/getting-started/get-started-with-verkada-guest.md), you can add a translation to it.

{% stepper %}
{% step %}
**In Verkada Command, go to All Products > Workplace > Guest.**
{% endstep %}

{% step %}
**On the left navigation, click Guest Settings.**
{% endstep %}

{% step %}
**At the top, click Sites > Guest Languages.**
{% endstep %}

{% step %}
**Select the language you want to translate. Double-click the language you want to be the default.**
{% endstep %}

{% step %}
**Under Guest Settings > Organization, scroll down to Documents > Manage Documents.**

​**Note**: If you see an exclamation mark next to each document per site, this means it has not yet been translated.\
​
{% endstep %}

{% step %}
**On Documents:**

a. Scroll down to any of the documents for your site that needs to be translated. The example below shows a COVID-19 Questionnaire.\
b. At the top right, click the dropdown and select the language you want to use for the translation. You can see the default language the top.\
c. (Optional) At the top left, change the document’s name.\
d. Translate the document’s name then translate the document.\
e. At the top right, click the checkmark icon to save, and then close.
{% endstep %}
{% endstepper %}

***

## Translate denied entry message

Once you [create your denied entry message](/guest/getting-started/get-started-with-verkada-guest.md), you can add a translation to it.

{% stepper %}
{% step %}
**In Verkada Command, go to All Products > Workplace > Guest.**
{% endstep %}

{% step %}
**On the left navigation, click Guest Settings.**
{% endstep %}

{% step %}
**Under Guest Settings > Sites, select a site, then scroll down to Denied Entry.**
{% endstep %}

{% step %}
**On Entry denied message:**

a. Click the dropdown and select the the translation message.\
b. At the top right, click the checkmark icon to **save**.
{% endstep %}
{% endstepper %}

The exclamation mark disappears once you translate each part of the Guest type.

***

{% hint style="info" %}
**Prefer to see it in action?** Check out the [video tutorial](https://www.youtube.com/watch?v=NWVEuGCvY9o).
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://help.verkada.com/guest/configuration/guest-sites/manage-multiple-languages-for-guest.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
