Hi all,
I want to use multi-language in my app. Because there are special terms per language for my content, I can't use the translate function.
I've the necessary data in my supabase database e.g. to fill a dropdown field. There are three columns for english, german and french. And depending on the selected language the reffering column should be displayed.
I thought I can put the columns in the language slots, but this function is not available.
Any ideas?
Thanks for your help!