Language Drop Down Text

Hi
using the language input, i cant seem to find how to change the 2 digit option to a long text " i.e. not en, but “English”.

Any pointers much appreciated

image

Hey there :slight_smile:

I think you could just recreate the selector with the Dropdown component, and on each of your items, have a workflow Change language.

CleanShot 2024-03-06 at 10.58.03

As an additional step, you can have a variable that holds the current language and bind that to the button text to reflect the current state.

Thanks for the tip - i was looking to do something similar if there was not a native option to bind the display option. Will give that a go. Appreciate the visuals.