| Previous topic :: Next topic |
| Author |
Message |
fmerloz
Joined: 18 Feb 2005
Posts: 2
|
| Posted: Thu Apr 27, 2006 4:58 pm Post subject: Package Install |
|
|
Hi all,
I just install the french package but I don't know where I can change the user language, it is not available to change to french in the login page |
|
| Back to top |
|
Kasparov
Joined: 09 May 2005
Posts: 193
Location: Finland
|
| Posted: Fri Apr 28, 2006 5:49 am Post subject: Re: Package Install |
|
|
I haven't check what kind package it is, but I guess you should little edit for config.php before you can change language for login page.
Sincerely
Karri |
|
| Back to top |
|
aissa
Joined: 24 Feb 2005
Posts: 396
Location: France
|
| Posted: Fri Apr 28, 2006 9:12 am Post subject: Re: Package Install |
|
|
Hi fmerloz, like kasparov said, edit /config.php or config.inc.php for vtiger CRM 5.
$languages = Array('en_us'=>'US English','fr_fr'=>'fr',);
$default_language = 'fr_fr'; |
|
| Back to top |
|
| |