Forum archive
vtiger appliance change language
I would love to change the language of the vtiger 5.4.0 appliance to my native Dutch language. I found the language package, and read the documentation on https://wiki.vtiger.com/index.php/Installation_How_To%27s#How_to_install_language_packs.3F
HOWEVER...
Afterwards, modify the config.php file present under vtiger CRM Home and add the following for $languages array.
and then the config.php states...
/**
* The configuration file for FHS system
* is located at /etc/vtigercrm directory.
*/
and then I check out if that folder even exists /etc/vtigercrm and its says...
root@vtiger www/vtigercrm# cd /etc/vtigercrm
-bash: cd: /etc/vtigercrm: No such file or directory
Can anyone help me turn this appliance from English into Dutch?
THANX!
Indeed, I found the wrong howto for version 5.4.0 ! Your instruction worked just perfect. Let me put down the part that did the trick... 🙂
How to install new language packs
1. Get the latest language pack of your language from the vtigerforge
2. Login to your vtigerCRM, go to settings > Module Manager ,click on custom modules here you will see a button Import New ,click on Import New and select the language pack which you downloaded from the vtigerforge and click on Import.
3. Once the import is done successfully you will get Finish .Once you click on finish the installation is done successfully
4. If you want the make the new language file as your default language then open the config.inc.php of your vtiger system and look for the line where you can find: $default_language = 'en_us';
change it to the following by using the language file name (example Dutch is used) $default_language = 'nl_nl';
The key name given in the $default_language, will be the prefix of the language files of your package. (here 'ru_ru' is the key name, therefore the Dutch language files will have the name nl_nl.lang.php, the same rules apply for other language packages.)
5. Now at the login page the default language will be shown in the first position .
the manifest.xml in /cache/manifest.xml should be edited to....
<type>language</type>
<name>Dutch</name>
<label>NL-Dutch</label>
<prefix>nl_nl</prefix>
<version>VICUS-54v1.1</version>
<encoding>UTF-8</encoding>
<creationDate>2012-04-22</creationDate>
<author>Vicus eBusiness Solutions bv www.vicus.nl</author>
<license>VPL1.0</license>
<dependencies>
<vtiger_version>5.4.0</vtiger_version>
<vtiger_max_version>5.*</vtiger_max_version>
</dependencies>
<license>
<inline><![CDATA[