# Multilanguage App (Auto-Translation) Within 5 minutes With Glide

**URL:** https://community.glideapps.com/t/multilanguage-app-auto-translation-within-5-minutes-with-glide/66397
**Category:** Community Resources
**Tags:** tutorial
**Created:** [September 21, 2023, 10:32am UTC](https://community.glideapps.com/t/multilanguage-app-auto-translation-within-5-minutes-with-glide/66397 "2023-09-21T10:32:24Z")
**Posts on this page:** 11
**Page:** 1

<div class="post-metadata">

### Author: ![Flowcode](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/flowcode/32/64316_2.png) [@Flowcode](https://community.glideapps.com/u/Flowcode)
#### Post date: [September 21, 2023, 10:32am UTC](https://community.glideapps.com/t/multilanguage-app-auto-translation-within-5-minutes-with-glide/66397/1 "2023-09-21T10:32:24Z")

</div>

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)

 ![Weglot and Glide](https://us1.discourse-cdn.com/flex002/uploads/glideapps/original/3X/6/7/6738c277f2b08afe1a931bc651a301b559ec0071.jpeg)

**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 content but are still editable if you think something is off.
- It only takes 5 minutes and Weglot is very affordable.

**Steps**

- Step 1: add a [custom domain to Glide](https://www.glideapps.com/docs/custom-domains#:~:text=Glide's%20Custom%20Domain%20Configuration%20will%20help%20you%20to%20add%20the,your%20domain%20provider's%20DNS%20Settings.)
- Step 2: add a project to [Weglot](https://www.weglot.com/) for your custom domain and add a new CNAME record in your DNS settings to add a subdomain to your custom domain for the translated app to live in (it still uses the same Glide App, it’s only the frontend that is translated)
- Step 3: Add the ‘body’ CSS selector [under App settings in Weglot](https://dashboard.weglot.com/settings/integration) to let Weglot know that everything in the body can be translated. If something doesn’t translate (for me the login screen didn’t), add other CSS selectors (you can find them with the inspec tool in Google Chrome)
- Step 4: When you visit the app on the subdomain, it will show you the automatically translated app.

Repeat for as many languages as you’d like 😉

---

<div class="post-metadata">

### Author: ![burningmikey](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/burningmikey/32/49706_2.png) [@burningmikey](https://community.glideapps.com/u/burningmikey)
#### Post date: [February 4, 2025, 2:41pm UTC](https://community.glideapps.com/t/multilanguage-app-auto-translation-within-5-minutes-with-glide/66397/2 "2025-02-04T14:41:59Z")

</div>

Hi there,

It seems that Glide is now blocking this method (using the subdomain with Weglot) because of their CORS. They told me I need to make a feature request to change that. Has anybody experienced the same thing?

---

<div class="post-metadata">

### Author: ![MaximeBaker](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/maximebaker/32/80877_2.png) [@MaximeBaker](https://community.glideapps.com/u/MaximeBaker)
#### Post date: [February 5, 2025, 12:10am UTC](https://community.glideapps.com/t/multilanguage-app-auto-translation-within-5-minutes-with-glide/66397/3 "2025-02-05T00:10:02Z")

</div>

Does the standard subdomain without custom CSS and JS still works too?

---

<div class="post-metadata">

### Author: ![burningmikey](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/burningmikey/32/49706_2.png) [@burningmikey](https://community.glideapps.com/u/burningmikey)
#### Post date: [February 5, 2025, 1:28pm UTC](https://community.glideapps.com/t/multilanguage-app-auto-translation-within-5-minutes-with-glide/66397/4 "2025-02-05T13:28:04Z")

</div>

The subdomain using Weglot doesn’t work with or without custom CSS.

---

<div class="post-metadata">

### Author: ![MaximeBaker](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/maximebaker/32/80877_2.png) [@MaximeBaker](https://community.glideapps.com/u/MaximeBaker)
#### Post date: [February 5, 2025, 2:24pm UTC](https://community.glideapps.com/t/multilanguage-app-auto-translation-within-5-minutes-with-glide/66397/5 "2025-02-05T14:24:05Z")

</div>

Oh no… It was so cool…

---

<div class="post-metadata">

### Author: ![burningmikey](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/burningmikey/32/49706_2.png) [@burningmikey](https://community.glideapps.com/u/burningmikey)
#### Post date: [February 5, 2025, 4:01pm UTC](https://community.glideapps.com/t/multilanguage-app-auto-translation-within-5-minutes-with-glide/66397/6 "2025-02-05T16:01:30Z")

</div>

I know… I understand it’s not Glide’s priority:

> We discussed this with our engineering team. You’re welcome to use Weglot for translations, but unfortunately we don’t have the resources to support or investigate issues specifically related to its integration.

---

<div class="post-metadata">

### Author: ![Hassan\_Nadeem](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/hassan_nadeem/32/72956_2.png) [@Hassan\_Nadeem](https://community.glideapps.com/u/Hassan_Nadeem)
#### Post date: [February 5, 2025, 9:06pm UTC](https://community.glideapps.com/t/multilanguage-app-auto-translation-within-5-minutes-with-glide/66397/7 "2025-02-05T21:06:06Z")

</div>

@burningmikey, I have a client who needs to use WeGlot. Is it still not working for you?

---

<div class="post-metadata">

### Author: ![burningmikey](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/burningmikey/32/49706_2.png) [@burningmikey](https://community.glideapps.com/u/burningmikey)
#### Post date: [February 6, 2025, 12:29am UTC](https://community.glideapps.com/t/multilanguage-app-auto-translation-within-5-minutes-with-glide/66397/8 "2025-02-06T00:29:57Z")

</div>

Hi there, it’s not working still. I used all my cards with Glide, and I am now waiting for Weglot to tell me if there is anyway to go around (should have an answer tomorrow). I keep you posted.

---

<div class="post-metadata">

### Author: ![Hassan\_Nadeem](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/hassan_nadeem/32/72956_2.png) [@Hassan\_Nadeem](https://community.glideapps.com/u/Hassan_Nadeem)
#### Post date: [February 6, 2025, 12:40am UTC](https://community.glideapps.com/t/multilanguage-app-auto-translation-within-5-minutes-with-glide/66397/9 "2025-02-06T00:40:44Z")

</div>

Please do.

---

<div class="post-metadata">

### Author: ![burningmikey](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/burningmikey/32/49706_2.png) [@burningmikey](https://community.glideapps.com/u/burningmikey)
#### Post date: [February 6, 2025, 4:15pm UTC](https://community.glideapps.com/t/multilanguage-app-auto-translation-within-5-minutes-with-glide/66397/10 "2025-02-06T16:15:17Z")

</div>

@Hassan_Nadeem @MaximeBaker  
Weglot now works! Here is some context for anybody who may run into this issue later:

Update from Weglot, there were 2 issues that are now solved.

- It seems that Glide CORS were blocking a “double” subdomain structure (e.g fr.app.mydomain.com.mx in my case). So I simplified it to fr.mydomain.com.mx.
- There was 1200+ non necessary translations of “backend” text and translation of javascript strings (e.g ${…}). So I excluded that url from translation, but Weglot was handling it as a redirection which then prevented the app to load normally.

---

<div class="post-metadata">

### Author: ![MaximeBaker](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/maximebaker/32/80877_2.png) [@MaximeBaker](https://community.glideapps.com/u/MaximeBaker)
#### Post date: [February 6, 2025, 4:21pm UTC](https://community.glideapps.com/t/multilanguage-app-auto-translation-within-5-minutes-with-glide/66397/11 "2025-02-06T16:21:00Z")

</div>

Nice, thanks for investigating !!!
