> For the complete documentation index, see [llms.txt](https://docs.intelliticks.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.intelliticks.com/customizing-platform/widget/widget-interface-in-local-language.md).

# Chat Widget Texts in Local Language

Intelliticks gives you the functionality to configure the chat widget interface in your local language.&#x20;

You can customize texts highlighted below in the image. To customize these these texts, please go to Settings(in left menu) -> Chat Widget(left bar) -> Widget texts.

| Value in English                           | Associated node/feature                                                    | UI Element                                                          |
| ------------------------------------------ | -------------------------------------------------------------------------- | ------------------------------------------------------------------- |
| Submit                                     | [Form](/ai-builder/nodes/collect-user-data/form.md)                        | <img src="/files/-MDP_Lm48goEFuSm5RF4" alt="" data-size="original"> |
| Skip                                       | [Form](/ai-builder/nodes/collect-user-data/form.md)                        | <img src="/files/-MDPavBf7RktcacX7-Xk" alt="" data-size="original"> |
| Submitting...                              | [Form](/ai-builder/nodes/collect-user-data/form.md)                        | <img src="/files/-MDUtfq9dd6O58hfGqvU" alt="" data-size="original"> |
| Not Uploaded                               | Attachment                                                                 | <img src="/files/-MDUum6ZGKLxPHVYCeK1" alt="" data-size="original"> |
| Sending...                                 | Message sending text                                                       | <img src="/files/-MDPnAehNS17Ycbcam3W" alt="" data-size="original"> |
| Uploading...                               | Attachment                                                                 | <img src="/files/-MDUvAqyRX5RKP_bhkEZ" alt="" data-size="original"> |
| Typing                                     | Bot typing text                                                            | <img src="/files/-MDPfYEkjUwPU5kpE7SD" alt="" data-size="original"> |
| Skipping..                                 | [Form](/ai-builder/nodes/collect-user-data/form.md)                        | <img src="/files/-MDUvjdX4AN4Z5cqTMjX" alt="" data-size="original"> |
| Add Comment                                | [Rating](/ai-builder/nodes/collect-user-data/rating.md)                    | <img src="/files/-MDPg_t_-vWKK_eLwiJC" alt="" data-size="original"> |
| Click here to Select Date                  | [Datepicker](/ai-builder/nodes/collect-user-data/datepicker.md)            | <img src="/files/-MDPkAGbmhEPVdeW9zke" alt="" data-size="original"> |
| Dislike                                    | [Rating](/ai-builder/nodes/collect-user-data/rating.md)                    | <img src="/files/-MDPfvAyZJ_nfa5q8QEc" alt="" data-size="original"> |
| Hate                                       | [Rating](/ai-builder/nodes/collect-user-data/rating.md)                    | <img src="/files/-MDPfvAyZJ_nfa5q8QEc" alt="" data-size="original"> |
| Like                                       | [Rating](/ai-builder/nodes/collect-user-data/rating.md)                    | <img src="/files/-MDPfvAyZJ_nfa5q8QEc" alt="" data-size="original"> |
| Love                                       | [Rating](/ai-builder/nodes/collect-user-data/rating.md)                    | <img src="/files/-MDPfvAyZJ_nfa5q8QEc" alt="" data-size="original"> |
| Neutral                                    | [Rating](/ai-builder/nodes/collect-user-data/rating.md)                    | <img src="/files/-MDPfvAyZJ_nfa5q8QEc" alt="" data-size="original"> |
| Type to search...                          | [Quick reply dropdown](/ai-builder/nodes/collect-user-data/quick-reply.md) | <img src="/files/-MDPi-nhwEYCjw6KI-em" alt="" data-size="original"> |
| Your device lost it's internet connection! | No internet error text                                                     | <img src="/files/-MDPuDNwSasXSfcgXKvH" alt="" data-size="original"> |
| Type a message...                          | User Input box message                                                     | <img src="/files/-MDPjYCKzJzxQOQzgd3k" alt="" data-size="original"> |


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.intelliticks.com/customizing-platform/widget/widget-interface-in-local-language.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
