CodeIgniter Forums
Multilang {locale} url + Google SEO Meta tags - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: CodeIgniter 4 (https://forum.codeigniter.com/forumdisplay.php?fid=28)
+--- Forum: CodeIgniter 4 Discussion (https://forum.codeigniter.com/forumdisplay.php?fid=31)
+--- Thread: Multilang {locale} url + Google SEO Meta tags (/showthread.php?tid=78965)



Multilang {locale} url + Google SEO Meta tags - zdarin - 04-02-2021

Hello, i founded localization by video its very good integration to CI4 who want all pages will be founded by Google by metactags and by all Languages.
Only one problem i cant figure out why this source code not working for me and CI4 write error on this Model 
PHP Code:
$this->model = new \App\Models\CommonModel(); 

Maybe some one can help to configure this multilang source code??

This multilang written on older CI4 version

https://www.youtube.com/watch?v=CTb9ZqUM2Hw

https://skachgroup.ru/files/notebook/multilang.zip


RE: Multilang {locale} url + Google SEO Meta tags - InsiteFX - 04-02-2021

That source code is for CodeIgniter 3 not CodeIgniter 4, looks like someone tried to hack it out.

This should get you going.

CodeIgniter 4 Language Localization

Forgot about this one just posted on March 8, 2021

Negotiating locales - nicer urls - automatic routes


RE: Multilang {locale} url + Google SEO Meta tags - zdarin - 04-03-2021

solutions working but how make with url {locale} ?