Hello dear bubble community I have the following question
I made a dynamic dropdown in english but when the user changes his language to dutch it has to translate it to that language! I don’t want to use plugins.
When I try to add a conditional command I don’t see the right option.
is this even possible on bubble?
o make the dropdown translate based on the user’s selected language without plugins, you can set up conditional statements for each dropdown option. Here’s how:
- Set Up Conditions: In the dropdown settings, create conditions for each language. For example, if the user selects Dutch, you can conditionally set the dropdown choices to the Dutch translations.
- Use Language Settings or Custom States: Store the user’s language preference in a custom state or database field and apply conditional logic to the dropdown choices based on this setting.
If you’re not seeing the right options under conditions, make sure the dropdown’s data source supports dynamic conditional logic. This approach will allow your dropdown to switch languages without needing additional plugins.
1 Like
Just create an attribute within your option set called “Dutch Display”
and set up a condition that if a user’s language is dutch - choice source should be “Dutch Display”
This is the only way to translate Option Sets - by adding an attribute to them.
Source: Trust me bro, I’ve translated a lot on Bubble