# Can a Glide app be multilingual? For me: just FR & EN

**URL:** https://community.glideapps.com/t/can-a-glide-app-be-multilingual-for-me-just-fr-en/55470
**Category:** Ask for Help
**Created:** [December 6, 2022, 2:47pm UTC](https://community.glideapps.com/t/can-a-glide-app-be-multilingual-for-me-just-fr-en/55470 "2022-12-06T14:47:48Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![L.M](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/l.m/32/46371_2.png) [@L.M](https://community.glideapps.com/u/L.M)
#### Post date: [December 6, 2022, 2:47pm UTC](https://community.glideapps.com/t/can-a-glide-app-be-multilingual-for-me-just-fr-en/55470/1 "2022-12-06T14:47:48Z")

</div>

Hi all 🙂  
Not sure I found neither in Feature Requests, nor elsewere…

I’m considering translating my app (in French currently) in English.  
I was wondering if I have to create a 2nd app in English  
Or if there’s a smart way to show only either language (text col 1 or 2) after the main screen (which can be in both languages, no big deal)

What would you recommend?  
Is Multilingual app in the Glide Team pipeline as a Great New Feature?  
Or Not at all?

Thks for your Insight 🙂  
Enjoy your day & week

---

<div class="post-metadata">

### Author: ![Thoughts](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/thoughts/32/46790_2.png) [@Thoughts](https://community.glideapps.com/u/Thoughts)
#### Post date: [December 6, 2022, 2:52pm UTC](https://community.glideapps.com/t/can-a-glide-app-be-multilingual-for-me-just-fr-en/55470/2 "2022-12-06T14:52:51Z")

</div>

Yea. You can have a column in the Users table with “Selected language” which will be FR or EN.  
Then in other tables you need to have 3 columns:

1. is in english
2. is in french
3. if column: IF (Selected Language from user profile)=FR take the FR text column, otherwise take the EN text colum

Where ever you show text, choose the IF column (#3)

---

<div class="post-metadata">

### Author: ![L.M](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/l.m/32/46371_2.png) [@L.M](https://community.glideapps.com/u/L.M)
#### Post date: [December 6, 2022, 2:55pm UTC](https://community.glideapps.com/t/can-a-glide-app-be-multilingual-for-me-just-fr-en/55470/3 "2022-12-06T14:55:45Z")

</div>

Yes, thks.  
The pb is that most of my users will remain anonymous, so no User Profile…

Can I use like a button/choice on the Home Screen and “set” a “global variable” (I forgot to check the Feature Requests) for the session?

I don’t like to force anyone to login, even if they miss an important feature like seing their firstname everywhere in the UI

---

<div class="post-metadata">

### Author: ![Thoughts](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/thoughts/32/46790_2.png) [@Thoughts](https://community.glideapps.com/u/Thoughts)
#### Post date: [December 6, 2022, 2:58pm UTC](https://community.glideapps.com/t/can-a-glide-app-be-multilingual-for-me-just-fr-en/55470/4 "2022-12-06T14:58:27Z")

</div>

I think you can just use a USER SPECIFIC column. and it should work.  
give it a try.
