# Internationalization

Billflow allows you to support both multiple languages and multiple currencies for taking your product global.

## Support multiple currencies

Billflow supports all currencies [supported by Stripe](https://stripe.com/docs/currencies). Read the following guide for detailed steps on adding multiple currencies.

{% content-ref url="/pages/-MGj2iLYVg6Pi8pjzDQd" %}
[Support multiple currencies](/how-to/internationalization/support-multiple-currencies.md)
{% endcontent-ref %}

## Support multiple languages

By default, Billflow will automatically translate the billing pages to the user's default browser language setting. A default language can also be set so only one is shown. Read the following guide for detailed steps and advanced usage of language settings.

{% content-ref url="/pages/-MGj2gTC6Z4e26tPdfiz" %}
[Support multiple languages](/how-to/internationalization/support-multiple-languages.md)
{% endcontent-ref %}


---

# 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.billflow.io/how-to/internationalization.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.
