AutoDetectLanguage"

This website contains links to software which is either no longer maintained or will be supported only until the end of 2019 (CKFinder 2). For the latest documentation about current CKSource projects, including software like CKEditor 4/CKEditor 5, CKFinder 3, Cloud Services, Letters, Accessibility Checker, please visit the new documentation website.

If you look for an information about very old versions of CKEditor, FCKeditor and CKFinder check also the CKEditor forum, which was closed in 2015. If not, please head to StackOverflow for support.

(New page: == AutoDetectLanguage == This option allows FCKeditor to detect the language you are using by checking your browser language. If it is set to '''true''' the editor will be displayed in th...)
 
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
== AutoDetectLanguage ==
+
This option allows FCKeditor to detect the language you are using by checking your system language. If it is set to '''true''' the editor will be displayed in the same language as your browser or operating system is.
  
This option allows FCKeditor to detect the language you are using by checking your browser language. If it is set to '''true''' the editor will be displayed in the same language as your browser is.
+
For example:  
 
 
Code:
 
 
<pre>FCKConfig.AutoDetectLanguage = true&nbsp;;
 
<pre>FCKConfig.AutoDetectLanguage = true&nbsp;;
</pre>
+
</pre>
 +
If your system is in a language that is not supported by the editor, the&nbsp;[[FCKeditor 2.x/Developers Guide/Configuration/Configuration Options/DefaultLanguage|DefaultLanguage]] setting is used instead.<br>

Latest revision as of 18:31, 28 May 2008

This option allows FCKeditor to detect the language you are using by checking your system language. If it is set to true the editor will be displayed in the same language as your browser or operating system is.

For example:

FCKConfig.AutoDetectLanguage = true ;

If your system is in a language that is not supported by the editor, the DefaultLanguage setting is used instead.

This page was last edited on 28 May 2008, at 18:31.