How to install PrestaShop language pack
Jan 29, 2010 PrestaShop Customization, PrestaShop Tips
Is this useful? Like it.
Here are the complete steps for installing a new language for your PrestaShop online store website. Also given here are are some steps not mentioned by the official PrestaShop.com wiki/tutorial.
Steps 1 to 3 are the initial preparations (language files, images etc) needed before you can activate the new language through your PrestaShop back-office area.
- Download the language pack file, xx.gzip, to your computer from Prestashop.com — where xx is the two letter ISO code for your country/language.
- Download flag icon to your computer from Famfamfam.com — or right-click and save the icon from PrestaShop.com.
- Create a “No-Picture” image in your own language. You can see example of this image on your PrestaShop site in the folder /img/p/ — look for such image as en.jpg or fr.jpg. Create a similar size image (250 x 250 pixels) for your own new language.

- Go to your site’s Admin > Tools > Languages, click Add New. Enter the details and click Save.
Note: The Flag: is the flag icon image that you downloaded in step 2. The “No-Picture” image: is the one you created in step 3.

- Go to your site’s Admin > Tools > Translations > Translation exchange > Import a language pack.
Click Browse and choose the GZIP file you have downloaded in step 1, then click Import.Now your new language should be working if you are using the default PrestaShop theme. - If you use your own custom theme/template, you may see a warning at Admin > Tools > Languages (yellow triangle icon) — You need to copy the language file from the default theme to your custom theme.
Copy from:
\themes\prestashop\lang\de.phpTo:
\themes\THEME_NAME\lang\de.php(The above is only an example. Different languages will have different file names — xx.php)
Further customization:
You may see that some translations are not complete or your custom theme has extra words not available in the default language pack. So, you should add the words yourself:
Admin > Tools > Translations > Modify Translations > click your language flag icon, then fill in the missing words and click Update translations.
Compatiblity: Tested on PrestaShop 1.2.4 and 1.2.5 (other versions should follow similar method)













March 22nd, 2010 at 5:03 am
I’m installing Indonesian laguages :
1-4 step it’s okay
end result in step 5 is :
1 error
1. archive cannot be extracted
I’m using standart theme
March 22nd, 2010 at 11:11 am
That probably means the folder permissions on your server. Pls see:
http://www.prestashop.com/forums/viewthread/21419/translations/archive_cannot_be_extracted_for_language_pack
April 2nd, 2010 at 3:17 am
hai,
1.) Set permissions of all files and folders in this folders “/img, /mails, /modules, /themes/prestashop/lang, /translations” to 777
and set permissions of this folder “/upload” to 777
2.) Check GZIP enabled in your host
June 13th, 2010 at 8:56 pm
It’s a totally nice article. Loud and clear. Following your lead, I installed everything I wanted. Thanks a bunch!
September 2nd, 2010 at 12:36 pm
I follow the steps to successfully install the French, very clear guidance, thank you
November 16th, 2010 at 2:20 am
To rommy
I had the exactly same problem and it turns out that my clients host had a web-hotel that used php safe mode on which permanently sets write-access to folders (that was created by a php script) off. Since Prestashop creates a couple of new folders for the new language files, it produces the error.