Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Problem With Russian Language


dinox

Recommended Posts

Posted

Hi!

I just try to add new category in russian language, but unfortunaly I can add only the first 4 letters of category name and no more.

I try type it several times with no results. What's a problem?

Please help!

Posted

Russian lang usually inserted in windows-1251

you probably use utf or iso charset

 

in includes/languages/russian.php define CHARSET as windows-1251

define('CHARSET', 'windows-1251');

 

in both sides

also , when you insert some information from admin panel you need to switch to Russian language

otherwise the data inserted in UTF

 

also you can expand field in database to 64 units

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...