Multi-language site: how to change register and login names

AppSite - Professional Business Template for Joomla support forum.
GK User
Mon Jan 14, 2013 1:02 pm
Hello team,

I'm programming a multilanguage site based on joomla language administrator: www.inverterforex.com

I need to tranlate the login and register modules, but I can't find the way of having a different module name for each language.

Could you please help me?

Thanks in advance for your help. :)

Best regards,
Mohamed.
User avatar
Fresh Boarder

Konrad M
Tue Jan 15, 2013 9:03 am
Hi,
if you want to translate any component or module you have to go to language/en-GB/ and copy lang file of this module to your new lang location. For example if you want to translate it to italian you have to copy file to it-IT/ and change lang in file name.
User avatar

GK User
Tue Jan 15, 2013 9:45 am
Konrad M wrote:Hi,
if you want to translate any component or module you have to go to language/en-GB/ and copy lang file of this module to your new lang location. For example if you want to translate it to italian you have to copy file to it-IT/ and change lang in file name.


Hello Konrad, thanks for your answer.

I know how to tranlate the module. However I can't find the way to translate the module titles 'login' and 'register'. Whatever module name i set in the backed, they always show the same names 'login' and 'register'.

So, I need to translate these 2 titles/module names. Could you please help?

Thanks in advance, and best regards,
Mohamed.
User avatar
Fresh Boarder

Konrad M
Wed Jan 16, 2013 10:55 am
Please check in modules settings. Maybe they have page headers entered.
User avatar

GK User
Wed Jan 16, 2013 5:18 pm
Konrad M wrote:Please check in modules settings. Maybe they have page headers entered.



Hello Konrad,

in module settings I don't see anything where I can change the module name. It seems it comes from the template. I mean that probably module is taking it's name from the template position name. Could be possible?

Module register and login never shows me the module name that I set in module configuration, but always show "Login" and "Register".

Webpage: www.inverterforex.com

How can I solve this?

Thanks in advance.
Mohamed.
User avatar
Fresh Boarder

Konrad M
Wed Jan 16, 2013 8:16 pm
Please check in language/en-GB/en-GB.tpl_gk_appsite.ini and find:
Code: Select all
TPL_GK_LANG_LOGIN="Login"
TPL_GK_LANG_REGISTER="Register"
User avatar

GK User
Thu Jan 17, 2013 12:24 pm
Konrad M wrote:Please check in language/en-GB/en-GB.tpl_gk_appsite.ini and find:
Code: Select all
TPL_GK_LANG_LOGIN="Login"
TPL_GK_LANG_REGISTER="Register"


Perfect! Now it works. Thanks you very much for your help.

Moha.
User avatar
Fresh Boarder


cron