# Language Support

Productlogz enables you to cater to a global audience by offering multiple language options for your public feedback board and admin interface. This feature allows you to present key system-generated text in different languages, making it easier for non-English-speaking users to interact with your platform.

{% hint style="info" %}
**Available on all paid plans.**
{% endhint %}

#### What Is Translated:

* **Public Feedback Board:** System-generated labels, buttons, and static interface text will be translated into the selected language.

#### What Is Not Translated:

* **User-Generated Content:** Any feedback, comments, or custom content submitted by users will remain in the language in which it was originally written.
* **Admin Interface:** Productlogz’s admin dashboard will not support multiple languages yet.
* **Dates and Numbers:** Regional formatting for dates, times, and numbers is **not supported yet**. These will continue to be displayed in the default format.

***

#### How It Works:

1. Navigate to **Settings > Language**.
2. Select your preferred language for both the **Public Board**.
3. Productlogz will automatically translate all system-generated and static texts into the chosen language.
4. Users will experience the interface in their selected language, but content entered by other users will appear as-is.

#### Supported Languages:

We are continually expanding our language options. Visit the **Language Settings** page to see the latest list of supported languages.


---

# Agent Instructions: 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.productlogz.com/boards/language-support.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.
