Line 1: | Line 1: | ||
− | + | 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: | |
<pre>FCKConfig.AutoDetectLanguage = true ; | <pre>FCKConfig.AutoDetectLanguage = true ; | ||
− | </pre> | + | </pre> |
+ | If your system is in a language that is not supported by the editor, the [[FCKeditor 2.x/Developers Guide/Configuration/Configuration Options/DefaultLanguage|DefaultLanguage]] setting is used instead.<br> |
Latest revision as of 17: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.