Topic: [LANG] RUSSIAN / ???????

Here i have russian language

http://www.idezign.org/uploads/ru.txt
save as ru.php

change in index.php

<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
to
<meta http-equiv="Content-Type" content="text/html; charset=windows-1251" />

change in file config.php

define('LANG', 'en'); // en - English, es - Espa?ol, fa - Farsi
to
define('LANG', 'ru'); // en - English, es - Espa?ol, fa - Farsi

and have fun..

PS: Creator you can make adminpanel for next version?

/**************************************************/

??????? ??????? ??? ??? ???? ???? ?????? ??????????...

http://www.idezign.org/uploads/ru.txt
????????? ?? ?????????? ??? ru.php

? ????? index.php

?????:
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
???????? ??:
<meta http-equiv="Content-Type" content="text/html; charset=windows-1251" />

??????? ? config.php

define('LANG', 'en'); // en - English, es - Espa?ol, fa - Farsi
??:
define('LANG', 'ru'); // en - English, es - Espa?ol, fa - Farsi

???  ? ??? ?????... big_smile

Last edited by idezign (2009-05-15 20:25:06)

Thumbs up

Re: [LANG] RUSSIAN / ???????

Thanks!

Are you sure that rusian can't be in utf-8??

rodolfoberrios.com | PLEASE use Tech Support forums to ask for support!

Re: [LANG] RUSSIAN / ???????

Rodolfo wrote:

Are you sure that rusian can't be in utf-8??

with utf-8 work to, but you must save the files in UTF8 en not ANSI

The best way is if you define the CHAPSET in each langueage file
like so:
ru.php

after:
// TITLES
add:
define('CHAPSET', 'windows-1251');

en in index.php change
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
to
<meta http-equiv="Content-Type" content="text/html; charset=<?=CHAPSET;?>" />

and in file en.php, es.php, fa.php
after
// TITLES
add
define('CHAPSET', 'utf-8');

Last edited by idezign (2009-05-17 15:50:37)

Thumbs up

Re: [LANG] RUSSIAN / ???????

oh, fuck.. ok.

rodolfoberrios.com | PLEASE use Tech Support forums to ask for support!

Re: [LANG] RUSSIAN / ???????

why "oh, fuck.." smile)))

Thumbs up

Re: [LANG] RUSSIAN / ???????

fuck=??????=crap ??

Thumbs up

Re: [LANG] RUSSIAN / ???????

)) ok tux60,

PS: sorry, for my English!

Thumbs up

Re: [LANG] RUSSIAN / ???????

if i have windows in hebrew how i can use your lang because i want to

Thumbs up