How to install a new language *updated* | Print |
User Rating: / 8
PoorBest 
Written by Tobias Kuhn   
Copy your language file into the following directory:

administrator/components/com_hydra/language


Now open your prefered database tool (phpMyAdmin for example).

Select your database, then search for the table "#__hydra_language"*.

 

We must add a new entry in this table, to tell Project Fork that there is another language available.

Enter the table I've mentioned above and press Insert.

 

Leave the field "id" empty.
In "name" you should type the name of the File - without the ".php" extension.

In the last field you should enter the Name of the Language, for example "English".

 

Click go to add the information. That was it!

You can activate the new language in your profile settings.


*"#__" represents the Joomla table-prefix which is by default "jos_".

Related items
How to install Project Fork
How to install a new theme


Last Updated ( Monday, 23 April 2007 )