Learn how to build a multilingual website in Bubble with simple steps, translation best practices, and tools to reach global audiences.

Starting a new venture? Need to upgrade your web or mobile app? RapidDev builds Bubble apps with your growth in mind.
To build a multilingual site in Bubble, the simplest valid approach is to store all your text in a “dictionary” (a data type with translations for each language) and display the correct translation based on a current language field stored in a custom state or in the Current User. Every text element pulls the proper translation dynamically. This avoids Bubble’s old “App Text” limitations and gives you full control.
You create a data type (for example “TextKey”) that contains one field per language. Each visible text element on the page doesn’t contain hardcoded text — instead it does a Search for TextKey and displays the proper field (English, Spanish, etc.) depending on the selected language. You switch languages by changing a custom state or the user’s language field.
// Example inside a text element:
// "Search for TextKeys:first item's en"
// Change dynamically using conditionals:
When Page's current_language is "en"
→ This text = Search for TextKeys:first item's en
When Page's current_language is "es"
→ This text = Search for TextKeys:first item's es
Learn how to seamlessly integrate Bubble.io with Git through our comprehensive step-by-step guide. Perfect for beginners and professionals.
Learn how to seamlessly integrate Bubble.io with Reddit Ads using our easy step-by-step guide. Boost your ad management today!
Explore our step-by-step guide on integrating Bubble.io with AWS S3, making your app development process more efficient and secure.
Follow our step-by-step guide to seamlessly integrate Bubble.io with Lucidchart, enhancing your workflow & productivity.
Learn how to seamlessly integrate Bubble.io and Kentico with our comprehensive, easy to follow step-by-step guide.
Discover easy-to-follow steps for integrating Bubble.io with Box. Boost your workflow and secure your files seamlessly today.
Fix broken workflows | Optimize logic | Boost performance | Scale with confidence