mnicolas80 Posted October 19, 2008 Posted October 19, 2008 I have already installed English + Greek(iso-8859-7) languages! The problem with greek words is that the application converts them into uppercase. For example, the following code translates the Header text of categories box: define('BOX_HEADING_CATEGORIES', 'Categories'); When i change it to: define('BOX_HEADING_CATEGORIES', 'Κατηγορίες'); the application shows " ΚΑΤΉΓΟΡΙΕΣ ". Something like that is not happening to all the Greek words. Also the uppercase conversion happens in products' greek title. For example: " Προϊόν 1 " is being converted to " ΠΡΟΪΟΝ 1" ... Any idea?
wrangler Posted October 19, 2008 Posted October 19, 2008 Check with your stylesheet.css file and check whether your preffered font is correctly supporting greek characters. Choose a font that correctly displays greek chars like Verdana, Arial or Times New Roman. In case the default font is set correctly, and you still have problems, give us your url. Δωσε μας την διευθυνση να ριξουμε μια ματια αν δεν βγαλεις ακρη....
Recommended Posts
Archived
This topic is now archived and is closed to further replies.