(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...) |
|||
Line 1: | Line 1: | ||
== AutoDetectLanguage == | == 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 the same language as your browser 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. Example: |
− | |||
− | |||
<pre>FCKConfig.AutoDetectLanguage = true ; | <pre>FCKConfig.AutoDetectLanguage = true ; | ||
</pre> | </pre> |
Revision as of 11:59, 10 January 2008
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 the same language as your browser is. Example:
FCKConfig.AutoDetectLanguage = true ;