Как я могу сделать свой сайт электронной коммерции OpenCart многоязычным?

StackOverflow https://stackoverflow.com/questions/5498172

  •  14-11-2019
  •  | 
  •  

Вопрос

Я работаю в моем первом веб-сайте OpenCart.Как я могу принести голландский и английский язык на мой сайт?

Это было полезно?

Решение

OpenCart is built with a MVC+L (Model, View, and Controller + Language)... This makes it extremely easy to add and use language files...

In the admin/language and catalog/language directories you will find subdirectories with the related language files...

To create your own language pack, just translate all of the language files in the sub directories into your desired language (creating/naming the root /language directory accordingly...)

Once you have the translated files, you just need to insert the language into the DB_PREFIX / 'language' table in your database...

Full instructions are covered in the OpenCart forums:

How Do I Install or Create a New Language Pack?

Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top