diff --git a/docs/self-hosting/advanced/enterprise-features/multi-language-surveys.mdx b/docs/self-hosting/advanced/enterprise-features/multi-language-surveys.mdx
deleted file mode 100644
index 412a7c9fee..0000000000
--- a/docs/self-hosting/advanced/enterprise-features/multi-language-surveys.mdx
+++ /dev/null
@@ -1,7 +0,0 @@
----
-title: "Multi-language Surveys"
-description: "Survey respondents in multiple-languages."
-icon: "language"
----
-
-If you'd like to survey users in multiple languages while keeping all results in the same survey, you can make use of [Multi-language Surveys](/xm-and-surveys/surveys/general-features/multi-language-surveys#multi-language-surveys)
\ No newline at end of file
diff --git a/docs/self-hosting/advanced/license.mdx b/docs/self-hosting/advanced/license.mdx
index d4999757ba..83ca2e02aa 100644
--- a/docs/self-hosting/advanced/license.mdx
+++ b/docs/self-hosting/advanced/license.mdx
@@ -77,6 +77,7 @@ The Enterprise Edition allows us to fund the development of Formbricks sustainab
| Pin-protected surveys | ✅ | ✅ |
| Webhooks | ✅ | ✅ |
| Email follow-ups | ✅ | ✅ |
+| Multi-language surveys | ✅ | ✅ |
| Multi-language UI | ✅ | ✅ |
| All integrations (Slack, Zapier, Notion, etc.) | ✅ | ✅ |
| Domain Split Configuration | ✅ | ✅ |
@@ -85,7 +86,6 @@ The Enterprise Edition allows us to fund the development of Formbricks sustainab
| Whitelabel email follow-ups | ❌ | ✅ |
| Teams & access roles | ❌ | ✅ |
| Contact management & segments | ❌ | ✅ |
-| Multi-language surveys | ❌ | ✅ |
| Quota Management | ❌ | ✅ |
| Audit Logs | ❌ | ✅ |
| OIDC SSO (AzureAD, Google, OpenID) | ❌ | ✅ |
diff --git a/docs/xm-and-surveys/surveys/general-features/multi-language-surveys.mdx b/docs/xm-and-surveys/surveys/general-features/multi-language-surveys.mdx
index 5166a51349..78828a5fdb 100644
--- a/docs/xm-and-surveys/surveys/general-features/multi-language-surveys.mdx
+++ b/docs/xm-and-surveys/surveys/general-features/multi-language-surveys.mdx
@@ -4,10 +4,6 @@ description: "Create surveys that support multiple languages using translations.
icon: "language"
---
-
- Multi-language surveys are part of the Formbricks [Enterprise Edition](/self-hosting/advanced/license)
-
-
How to deliver a specific language depends on the survey type (app or link survey):
- App & Website survey: Set a `language` attribute for the user. [Read this guide for App Surveys](#app-surveys-configuration)
diff --git a/docs/xm-and-surveys/surveys/website-app-surveys/user-identification.mdx b/docs/xm-and-surveys/surveys/website-app-surveys/user-identification.mdx
index 87413257ad..175597231d 100644
--- a/docs/xm-and-surveys/surveys/website-app-surveys/user-identification.mdx
+++ b/docs/xm-and-surveys/surveys/website-app-surveys/user-identification.mdx
@@ -73,12 +73,6 @@ Use the `setLanguage` function to set the user's preferred language for surveys.
formbricks.setLanguage("de"); // ISO identifier or Alias set when creating language
```
-
- If a user has a language assigned, a survey has multi-language activated and it is missing a translation in
- the language of the user, the survey will not be displayed. Learn more about [Multi-language Surveys](/docs/xm-and-surveys/surveys/general-features/multi-language-surveys).
-
-
-
### Logging Out Users
When a user logs out of your webpage, also log them out of Formbricks to prevent activity from being linked to the wrong user. Use the logout function: