Browse Source

Dropped the editor content dir="auto" support.

Aleksander Nowodzinski 6 years ago
parent
commit
410057c8bb
1 changed files with 1 additions and 3 deletions
  1. 1 3
      docs/features/ui-language.md

+ 1 - 3
docs/features/ui-language.md

@@ -192,7 +192,5 @@ ClassicEditor
 {@snippet features/ui-language-content}
 
 <info-box>
-	If unsure what language the content will be typed in or when the document is multilingual, do not set {@link module:core/editor/editorconfig~EditorConfig#contentLanguage `config.contentLanguage`}.
-
-	The language of the content will be inherited from the {@link module:core/editor/editorconfig~EditorConfig#language language of the UI} and the control over the language direction of the content will be left up to the web browser, which is the safest option for most of the integrations.
+	If unsure what language the content will be typed in, do not set {@link module:core/editor/editorconfig~EditorConfig#contentLanguage `config.contentLanguage`}. The language of the content will then be inherited from the {@link module:core/editor/editorconfig~EditorConfig#language language of the UI}.
 </info-box>