arkadaşlar bu modül ip veya kullanılan windows dil seçimine göre çoklu dil kullanan opencart 3 versiyonlarında dil değiştiriyor sanırım. ancak ben kurlumunu yapamadım. bakıp ne olduğunu yazabilir misiniz ?
https://www.opencart.com/index.php?r...d_id=49&page=2
xml dosyasının içeriği aşağıdaki gibi
<?xml version="1.0" encoding="UTF-8"?>
<modification
xmlns="https://github.com/vqmod/vqmod"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="https://github.com/vqmod/vqmod https://raw.githubusercontent.com/vqmod/vqmod/master/vqmod.xsd">
>
<id>Disable browser language detection for Opencart 3.x</id>
<version>1.0</version>
<vqmver>2.X</vqmver>
<author>Rok Pensek</author>
<file path="catalog/controller/startup/" name="startup.php">
<operation info="Remove the segment that overrides language based on browser preference">
<search position="replace" offset="31"><![CDATA[
if (!empty($this->request->server['HTTP_ACCEPT_LANGUAGE']) && !array_key_exists($code, $languages)) {
]]></search>
<add></add>
</operation>
</file>
</modification>