Tanjiro Posted January 6, 2023 Share Posted January 6, 2023 (edited) Tried to search this question in KVS forum but I don't see any except this thread, but looks like he already has some technical skill already, i'm not I purchased KVS ultimate theme but I can't enable multi languages Here is video I recorded (fresh install) original.mp4 ------------------------------------------------------------------------------------- Here is video I added some code from KVS theme support: (added bottom of /admin/include/setup.php) $locales = ['ru', 'de', 'fr', 'it', 'es', 'pt', 'zh', 'ja', 'tr']; foreach ($locales as $locale) { if ($_COOKIE['kt_lang']==$locale) { $config['locale'] = $locale; } } kvsthemecode.mp4 Here is video from documentation, I added it in bottom of /admin/include/setup.php file $config['locales']=array('ru','de','fr','it','es','pt','zh','ja','tr'); Document guide.mp4 In documentation, it said: Quote In this case, in order to switch the site to a localized version, you need to send the kt_lang=%code% parameter to any page. This parameter will be stored in user’s cookies, and later on, for this user, the site will switch to the chosen localized version automatically. Okay so where do I add "kt_lang=%code%" ? I want to use multiple languages within the same domain name Please help :( Edited January 6, 2023 by Tanjiro Quote Link to comment Share on other sites More sharing options...
Tech Support Posted January 7, 2023 Share Posted January 7, 2023 Please create support ticket for this. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.