How to Redirect to Country-Specific Domains for same app and Multi-Language Support based on the country's language?

Hi everyone,

I’m looking to set up country-specific domains for our Bubble app with language-specific content. For example:

  • website.fr for users in France
  • website.es for users in Spain

Each domain should lead to the same app, but the content needs to adjust based on the domain for language translation.

Since Bubble doesn’t support multiple domains directly, what’s the best way to set this up? Any tips on using proxies or other methods to handle this?

Thanks in advance for any advice!

1 Like

How important is it that the .fr or .es stays visible for the user?
The easiest way would be to just have one domain and add a forward with a language parameter (for example; mydomain.fr gets forwarded to mydomain.fr/?lang=fr_fr)

Alternatively, I’d suggest looking into Coalias (or sub apps, allthough technically subapps won’t refer to the same app / database)

Good luck!