# Language Translations

Language translations in TempoWeave studio may be maintained for personal use.  Choose the language from the Settings file, and use this guide for the translations.

{% hint style="info" %}
Localization

How it loads translations:                                                                                                      \
&#x20; 1\. Bundled translations from \[AppDir]/Locales/fr.json load first                                                                \
&#x20; 2\. Then user overrides from \~/Library/Application Support/TempoWeave/Locales/fr.json merge on top                               \
&#x20; 3\. User overrides only need the keys being changed — everything else comes from the bundled file                                \
\
&#x20; For a weaver to customize:                                                                                                      \
&#x20; 1\. Create a file at \~/Library/Application Support/TempoWeave/Locales/fr.json                                                    \
&#x20; 2\. Add only the keys they want to change:                                                                                       \
&#x20; {                                                                                                                               \
&#x20;   "Threading": "Rentrage",                                                                                                      \
&#x20;   "Shaft": "Cadre"                                                                                                              \
&#x20; }                              &#x20;
{% endhint %}


---

# 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://docs.tempoweave.com/special-topics/language-translations.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.
