3093 Posts in 875 Topics by 654 members
|
Page:
1
|
Go to End | |
| Author | Topic: | 1180 Views |
-
Set current_lang for site

6 February 2009 at 9:41am
Hi!
How can I set value for current_lang (in my case Russian)?Now pages of my site includes this line:
<meta http-equiv="Content-Language" content="en">but I need
<meta http-equiv="Content-Language" content="ru">I found the code in ...\sapphire\core\model\SiteTree.php on line 682
There are suggestions?
-
Re: Set current_lang for site

6 February 2009 at 9:27pm
Set the default language in your _config.php
i18n::enable();
i18n::set_default_lang('xx'); Where xx is your i8n code .. I'm guessing it'll be ru .... ;-) -
Re: Set current_lang for site

7 February 2009 at 12:54am
Where can I find this _config.php (in /mysite/ or /sapphire/)?
| 1180 Views | ||
|
Page:
1
|
Go to Top |

