Hello community!
I also interested in this question. Could you tell us about your options to solve this issue.
The solution in which we track the user's language and redirect his to the default language appears prohibitively expensive.
I guess that this might depend on how your URL:s are set up. If you have the same URL between several language, for instance company.com, and detect language on some custom value (session state or whatever) browser language will be used if nothing specific is set. If you have language mappings for your language, this has higher priority than the browser setting which means that the browser setting will be ignored. Check the SDK for more information about the priority order:
Thanks for the description of priorities. But I'm worried about another issue. I have a website set up in two languages, English and French. In Admin mode also added other languages. Now I go to the site via a link or from my browser language settings with third language. let this Russian language. I want to see at this site is in English because it is the first on the list of priorities (in Admin mode), but I see the message: Incorrect link.
I need to set the default language so that it works not only in the case of fallback, but also when there is no translation at all.
Selecting the actual language is a two way process.
The first case will usually be decided by the URL which usually contains a language part. If this is not present, for instance when loading the start page without any language information, other things, like the order of the enabled languages might come into place.
It sounds to me like you should enable language fallback RU => EN for the start page of your site and then all pages not available in russioan should be shown in english.
Thanks for the solution of the issue. I did not want to customize Fallback for all languages but probably should ☺
Thanks for the answer Linus! Will try it out and return :) Thanks Sergey for keeping this post alive!
Good answer, I love the langugage handling in EPi.
But I think we have a bug/feature. If a page is enabled on the site but not active for the home node, you can't set fallback languages and therefor it will give an incorrect link, even though it shouldn't (in my opinion) be necessary to set fallback languages for inactive languages. It should just render the primare language version of the site.
Andreas: If I understand you correctly the current behavior is actually by design (it was actually working the way you describe it before but that was considered as a bug and was fixed). The reason for this is that you want to explicitly say when there should be content visible that has been written in another language. For some sites, getting language fallback to the original content might be valid but given a site with lots of languages that are not closely related to each other will probably yield unwanted behavior for visitors.
There is another language setting that we have been discussing that might want what you actually want. That is the posibility to enable master language fallback (that is, the language that the content was created with) for a part of the content tree. That might be usefull when you have a branch where you only want to create content in one language but have it visible for all other language. This would basically be the same as fallback but easier to set up since you don't need to set up a specific fallback setting for each language.
I'm a little confused about this functionality (Detect language via browser's language preference). I have a page with several languages, fallback lanugages set. On the start page thare are some languages that aren't "Available Languages" but still exists on some other parts on the site. If I come to the start page from one of theese countries I get the error message "Incorrect link". Shouldn't one of the fallback languages been selected instead?
As I understand it, if I come to the page from a country that doesn't exist at all on the site the fallback languages kick in. Am I wrong here?