> ## Documentation Index
> Fetch the complete documentation index at: https://docs.qwox.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Multilingual Support

> Use Qwox in your preferred language

## Overview

Qwox is designed for a global audience. Use it in your preferred language, and even search across languages seamlessly.

## Supported Languages

<CardGroup cols={2}>
  <Card title="English" icon="flag-usa">
    Full support for all features
  </Card>

  <Card title="Turkish (Türkçe)" icon="flag">
    Full support for all features
  </Card>

  <Card title="Spanish (Español)" icon="flag">
    Full support for all features
  </Card>

  <Card title="French (Français)" icon="flag">
    Full support for all features
  </Card>
</CardGroup>

## Language Features

### Interface Language

Set your preferred language for:

* Menu and navigation
* Buttons and labels
* System messages
* Help content

**To change:** Settings > Preferences > Language

### Input Language

Qwox understands your input regardless of your interface language setting. You can:

* Type in any supported language
* Mix languages in the same conversation
* Switch languages mid-chat

```text theme={null}
"Yarınki toplantıyı hatırlat"  (Turkish)
"Remind me about tomorrow's meeting"  (English)
"Recuérdame la reunión de mañana"  (Spanish)
```

### Response Language

Qwox typically responds in the language you use. You can also request specific languages:

```text theme={null}
"Answer in Turkish"
"Respond in French please"
"Türkçe cevap ver"
```

## Cross-Language Search

<Info>
  This is a unique Qwox feature. Ask in one language, find content saved in another.
</Info>

### How It Works

Qwox uses semantic understanding, not keyword matching. This means:

| You Ask (English)                | Finds (Turkish)                          |
| -------------------------------- | ---------------------------------------- |
| "When is my doctor appointment?" | "Doktor randevum 15 Ocak saat 14:00'te"  |
| "What's the wifi password?"      | "WiFi şifresi: Qwox2024"                 |
| "Show me my shopping list"       | "Alışveriş listesi: süt, ekmek, yumurta" |

### Example Scenarios

<Tabs>
  <Tab title="Bilingual User">
    Save notes in Turkish at home, search in English at work.

    ```text theme={null}
    Saved: "Annemin doğum günü 15 Haziran"
    Search: "When is mom's birthday?"
    Result: Found! June 15th
    ```
  </Tab>

  <Tab title="Language Learner">
    Practice by saving in your learning language, reviewing in native.

    ```text theme={null}
    Saved: "Le rendez-vous est à 15h" (French)
    Search: "What time is the appointment?" (English)
    Result: 3pm
    ```
  </Tab>

  <Tab title="International Team">
    Colleagues save in different languages, everyone can search.

    ```text theme={null}
    Maria saved: "Reunión de proyecto el viernes"
    John searches: "When is the project meeting?"
    Result: Friday
    ```
  </Tab>
</Tabs>

## Translation Features

### Auto-Translate

Ask Qwox to translate content:

```text theme={null}
"Translate this note to English"
"What does this mean in Turkish?"
"Summarize this document in Spanish"
```

### Side-by-Side

View content in multiple languages:

```text theme={null}
"Show me this note in both English and Turkish"
```

## Best Practices

<AccordionGroup>
  <Accordion title="Consistent Naming" icon="font">
    Use the same name format across languages. "Mom" and "Anne" might be stored separately unless you tell Qwox they're the same person.
  </Accordion>

  <Accordion title="Specify When Needed" icon="bullseye">
    If you want a response in a specific language, just ask.
  </Accordion>

  <Accordion title="Use Natural Language" icon="comments">
    Don't worry about perfect grammar. Qwox understands conversational language.
  </Accordion>

  <Accordion title="Mix Freely" icon="shuffle">
    Feel free to mix languages. "Add toplantı to my calendar tomorrow at 3pm" works fine.
  </Accordion>
</AccordionGroup>

## Language-Specific Features

### Turkish

* Full Unicode support for Turkish characters (ğ, ü, ş, ı, ö, ç)
* Turkish date and number formats
* Cultural context awareness

### Spanish

* Latin American and European Spanish variants
* Proper accent handling (á, é, í, ó, ú, ñ)
* Regional date formats

### French

* French special characters (é, è, ê, ë, à, ç)
* Formal/informal addressing
* European date formats

## Coming Soon

<CardGroup cols={3}>
  <Card title="German" icon="flag">
    Deutsch
  </Card>

  <Card title="Italian" icon="flag">
    Italiano
  </Card>

  <Card title="Portuguese" icon="flag">
    Português
  </Card>
</CardGroup>

## Related Features

<CardGroup cols={2}>
  <Card title="AI Assistant" icon="robot" href="/features/ai-assistant">
    How AI understands languages
  </Card>

  <Card title="Search" icon="magnifying-glass" href="/guides/search">
    Cross-language search in detail
  </Card>
</CardGroup>
