AbanteCart Community

Shopping Cart Operations => Support => Topic started by: popustda on May 04, 2014, 05:33:14 AM

Title: language file or folder location
Post by: popustda on May 04, 2014, 05:33:14 AM
Hii guys,
I have added my native language in system/languages and translated it completely and now i want to move it also on my second abantcart on different hosting but i cant find it.
I thought it would be in storefront/languages/  but the folder there is empty.
Is this possible or i am looking at a wrong place?


Thanks
Title: Re: language file or folder location
Post by: denagpam on May 04, 2014, 07:02:38 AM
there are two ways in changing languages
1. from admin dashboard leading to database language alteration
2. from FTP

what you did is method no. 1

If you want to add a new language you need to do the method no. 2 by doing following steps:
1. copy folder in storefront/language/english
2. rename your copied folder to your own language name
3. edit all xml files in the new folder except within the tag <value></value> (just let it as it is)
4. once all done go to admin dashboard > System > Localization > Languages and fill all forms by referring to this link
http://www.abantecart.com/ecommerce-documentation/52-admin-user-manual/system/localization#Languages
in part Manual Install
Title: Re: language file or folder location
Post by: popustda on May 04, 2014, 08:09:43 AM
how can i recover and migrate my language translations for method 1? i dont want to translate everything from the beginning!
Title: Re: language file or folder location
Post by: denagpam on May 04, 2014, 08:18:34 AM
Then you have to go to your database and export language_definitions table and import it onto the database on your second webhosting server
Title: Re: language file or folder location
Post by: popustda on May 04, 2014, 08:24:58 AM
thanks.
i will try that