Now i am translating to lithuanian but i have a big problem with lithuanian letters..
i found in english:
// Locale
$_['code'] = 'en';
$_['charset'] = 'utf-8';
$_['direction'] = 'ltr';
$_['locale'] = 'en_US.UTF-8,en_US,english';
and changed to lithuanian
// Locale
$_['code'] = 'lt';
$_['charset'] = 'utf-8';
$_['direction'] = 'ltr';
$_['locale'] = 'lt_LT.UTF-8,lt_LT,lithuanian';
but the system cant show lithuanian letters.. where is the problem?
