cancel
Showing results for 
Search instead for 
Did you mean: 

there is another way?

there is another way?

Hi, how can i add Armenian Language to general_locale_code without core files modification ?

Upd:

need add to end of $_allowedLocales array  in /app/code/core/Mage/Core/Model/Locale/Config.php - 'hy_AM' /*Armenia*/,

there is another way?

1 REPLY 1

Re: there is another way?

Hello @anat_tawa 

 

Two way to add new Language on Magento 1.

First

  • /app/code/core/Mage/Core/Model/Locale/Config.php Copy those file and add into below location
    /app/code/local/Mage/Core/Model/Locale/Config.php

Second

If you got a solution, please Accept as Solution & Click Kudos.