Language Selection and Dropdown List Content

I am a newbie to Bubble and am really enjoying it but need some help.

I am creating a multi-language application and am struggling to figure out how to do it. I have a dropdown for the language selection (EN & FR) in a re-useable title bar. Here is what I need help with:

  1. How do I get the ‘Language’ dropdown selection located in the re-useable title bar to interact with Elements on the main page?

  2. For Dropdown and Radio Elements: How do I use the dynamic option to provide the content in the language selected in the Language dropdown?

Simple example would be displaying a list of categories in the selected language. The dropdown has “Boating, Canoeing, Sailing, Snorkel, Scuba Diving” if the Language dropdown = En, and “Navigation de plaisance, canoë, voile, plongée avec tuba, plongée sous-marine” if the Language dropdown = Fr. The table the translation would be taken from would have the following fields: ‘Default’, ‘En’, ‘Fr’, where the En and Fr is a text list. So, for the example above the ‘Default’ would = “Water Activities”.

Welcome Bubble Space @p.schippers
if you are only using EN and FR, you can simply do that under the Languages tab in you bubble settings page, you’ll just have to create the language variations you want to work with and give the corresponding translation for each sentence/word/phrase you intend using in the App.

Alternatively, you can just use a Plugin and skip all those stress

1 Like

Thank you