Hi everyone — i’m building a bubble app where swedish needs to be the default language.
I’m trying to avoid bubble’s built-in language settings approach because it would require manually adding translations for 1000+ words (and maintaining them) which isn’t practical.
I’m looking for a more scalable solution that others have used successfully, like:
-
plugin-based translation (google translate / deepl / etc.)
-
a “translation dictionary” in the database with a helper function (key → sv text)
-
any best-practice pattern for multi-language apps at scale
Questions:
-
what’s the best way to make swedish default without manually translating every label/text?
-
any plugin you’d recommend (or warn against)?
Appreciate any pointers / examples.