I'm stuck a bit making my Sapper app work right! I want to allow users to visit my website like this:
example.com - default en lang
example.com/blog - default en lang
example.com/de - german page
example.com/de/blog - blog in german
example.com/ru - russian page
example.com/ru/blog - blog in russian
Question taken from Github
Related
I created a project in Laravel 5.8. I just started working on adding multiple languages in my website. How do I make it so if I click on the language button to choose french the website will load every page as /fr/<rest of the url
Like this
when selecting english language
when selecting bangla language
When the button is clicked you should set the desired locale, this can be done using App::setLocale($locale)
The documentation of Laravel explains how you could do this, for your exact use case:
Laravel Configuring The Locale
I have been using hreflang tag on my magento store.
I have basically four stores (having different language):
German
UK
French
US
After implementing all hreflang tag on all the pages of magento store still "International Targeting" on google "webmaster" still showing "1,270 Hreflang Tags with Errors" errors.
This is the site (https://www.trunki.com/de) for german store.
I think there is issue related with the crawl. I updated these urls on 05-may-2016 but errors are not recoverable.
Or anybody know how to crawl international targeting in google webmaster?
Any help will be appreciated.
Thanks
If your errors is "no return tag" it means that one of your pages are not pointing back to the main page, for example
English page -> French page
The french page should return a URL for the English using the hreflang
French page -> English page
I check your website, the homepages are pointing to each other, maybe you have errors in the internal pages (categories/items) or even the search results pages.
I am using com_users component for login in multi-language Joomla (2.5) site having english as default language and danish as 2nd language. For that I am using language switcher module
It provides login form in both languages danish and English.
The Whole Site Works properly in bothe languages
But After filling the name and password in danish language the site is change to English language.
Go to the specific module for Danish language which displays the login from and look for the option: Login Redirection Page.
Change from Default to the desired localized page.
I am building a multi-language site with english and french. The site is made so that my default controller is /en and the french site entry controller will be at /fr.
The problem is that the french site will have a different domain, will that be a problem to point the french domain to the /fr controller ?
No, it shouldn't be. If you have 2 domains then it's best if you "hide" the /fr and /en part from the URI (using .htaccess), otherwise you'll end up with domain.com/en and domain.fr/fr.
Here's an interesting article on this topic: http://googlewebmastercentral.blogspot.nl/2010/03/working-with-multi-regional-websites.html
I have difficulty that my current store is English & I am in category page but the thing is, that now if I write url's category.html part to it's french version then it gives an error of 404 page not found.
Ex. http://www.abcd.fr/r4-cards.html to http://www.abcd.fr/cartes-r4.html (From English to French View) - These are dummy urls so don't click to view!
Other thing is when I enter french url then the whole site should be converted in French view.
Any Help?
Please.
I suggest you to rebuild indexes . if everything is set up properly this is a cache and old indexes issue