2014-01-16, 17:44:04
(This post was last modified: 2014-01-16, 17:48:35 by emanwebdev.)
(2014-01-16, 07:20:35)lukoie Wrote: so now when you try to log in using wrong password, you will get message in english, right?
right. Actually, the login page is always in english, whatever config you set
For a customer, it's a no-way here in non-english speaking countries
UPDATE:
When looking at /admin/index.php (the login page/form),
there are
PHP Code:
<?php i18n('BACK_TO_WEBSITE'); ?>
and <?php i18n('USERNAME'); ?>
all over the place so it's i18n ready. I'll double-check my config. Sorry for the noise here