# Translation Support

**URL:** https://community.glideapps.com/t/translation-support/69884
**Category:** Ask for Help
**Created:** [January 23, 2024, 9:37am UTC](https://community.glideapps.com/t/translation-support/69884 "2024-01-23T09:37:38Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![Michael\_Solomon](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/michael_solomon/32/69745_2.png) [@Michael\_Solomon](https://community.glideapps.com/u/Michael_Solomon)
#### Post date: [January 23, 2024, 9:37am UTC](https://community.glideapps.com/t/translation-support/69884/1 "2024-01-23T09:37:38Z")

</div>

Im battling to get my app to translate to Polish which is one of the support languages. I know it should happen automatically but glide doesn’t seem to translate the whole site. Does anyone know if this is a big or if in fact the translation only applies to certain elements?

---

<div class="post-metadata">

### Author: ![Jeff\_Hager](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/jeff_hager/32/43_2.png) [@Jeff\_Hager](https://community.glideapps.com/u/Jeff_Hager)
#### Post date: [January 23, 2024, 1:08pm UTC](https://community.glideapps.com/t/translation-support/69884/2 "2024-01-23T13:08:00Z")

</div>

Which elements are not translating?

---

<div class="post-metadata">

### Author: ![Michael\_Solomon](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/michael_solomon/32/69745_2.png) [@Michael\_Solomon](https://community.glideapps.com/u/Michael_Solomon)
#### Post date: [January 27, 2024, 7:40pm UTC](https://community.glideapps.com/t/translation-support/69884/3 "2024-01-27T19:40:27Z")

</div>

Nothing seems to be translating - the device is set to Polish but no elements on the site Translate - they remain in English. This includes all the web base text etc

 ![Emcall Translation 2](https://us1.discourse-cdn.com/flex002/uploads/glideapps/original/3X/7/f/7f9f705c1bb8d88ee32939039bacf490bfbfbe4c.jpeg)  
 ![Emcall Translation 1](https://us1.discourse-cdn.com/flex002/uploads/glideapps/original/3X/2/8/28db5a5b66e3d535a0bf98640969e020ec56c971.jpeg)

---

<div class="post-metadata">

### Author: ![ThinhDinh](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/thinhdinh/32/49_2.png) [@ThinhDinh](https://community.glideapps.com/u/ThinhDinh)
#### Post date: [January 27, 2024, 10:29pm UTC](https://community.glideapps.com/t/translation-support/69884/4 "2024-01-27T22:29:59Z")

</div>

If you expect all elements on the site to be translated automatically, then Glide doesn’t support it, they only support translating some default button names, I don’t have a full list here.

You would have to work with your data structure to have a dynamic translation based on a language choice the user makes inside the app. I’m not sure Glide can access the language settings of a device.

An alternative seems to be this.

> [@Multilanguage App (Auto-Translation) Within 5 minutes With Glide](https://community.glideapps.com/t/multilanguage-app-auto-translation-within-5-minutes-with-glide/66397):
>
> Today I added automatic translation to my Glide app with Weglot within 5 minutes and because I think that’s pretty cool, I recorded a little video to show how I did it: [Loom | Free Screen & Video Recording Software | Loom](https://www.loom.com/share/7d4d75d1f9bd4fda9f8496724d41e726) Downside You won’t have a language switcher in the app. Each translation lives on a different subdomain. Logging in with Gmail for example redirects to the original app so it’s better to use pincodes. Upside Translations happen automatically on all co…
