1
Developers / Re: Adding FULL support for other regions/country/languages
« on: August 09, 2008, 03:06:59 pm »Hi.
#### Global variables
lang_id=4;
base_lang_id=1;
lang_desc='Russian';
###char_set='utf8';
###char_set='koi8r';
###char_set='cp1251';
char_set='cp866';
dbuser='odbcuser';
dbip='localhost'
You have to use an utf8 or cp1251 charset to correct Russian translate. imho