Page 1 of 1
how to modify "language" to "choose language"
Posted: Wed Sep 28, 2016 10:33 am
by silkcamel
I would like to find the php file so that I can modify the bi-language menu from "Language" to "Choose Language". anyone know which file I can find it?
See attached markup.
Thank you.
Re: how to modify "language" to "choose language"
Posted: Wed Sep 28, 2016 11:43 am
by IP_CAM
in:
oc22\catalog\language\en-gb\common\language.php
or:
oc22\catalog\language\english\common\language.php
change:
Code: Select all
<?php
// Text
$_['text_language'] = 'Language';
to:
Code: Select all
<?php
// Text
$_['text_language'] = 'choose Language';
Ernie
Re: how to modify "language" to "choose language"
Posted: Wed Sep 28, 2016 10:13 pm
by silkcamel
Thank you IP_CAM, that works. but there is another problem.
when I tried to input Chinese font, it become messy code. see attached. what can I do? Thanks.
Re: how to modify "language" to "choose language"
Posted: Thu Sep 29, 2016 12:33 am
by IP_CAM
sorry, that surpasses my knowledge, I have no idea, how this would work!
Ernie
PS. Just recalled, you need to change this in your CHINESE Language File, not in the ENGLISH one !
Re: how to modify "language" to "choose language"
Posted: Thu Sep 29, 2016 7:19 am
by silkcamel
I changed the Chinese php file, there is no problem. but when I change the English php file, code messed up.
I have no idea either.
Re: how to modify "language" to "choose language"
Posted: Thu Sep 29, 2016 7:42 am
by IP_CAM
Yeah, but you probably just cannot add Chinese 'Code' into english Language Files, I assume...
Ernie