Hi - I am setting up a 1:1 multilingual site in umbraco 8 with two languages, English (default) and Chinese.
When I select Chinese from the main language selector, the node tree changes, but if I then select a node from the content tree the actual content displays in the default language (English) rather than the language selected in the picker (Chinese).
Should the content editor expect the content displayed to match the variant picked in the language selector?
NB if you are already on a node, and change the main language selector, then it automatically changes the tree and node content to that language, as expected.
So the issue just seems to be when clicking on subsequent nodes after changing the language preference in the picker.
variants/language selector UX issue in umbraco 8?
Hi - I am setting up a 1:1 multilingual site in umbraco 8 with two languages, English (default) and Chinese. When I select Chinese from the main language selector, the node tree changes, but if I then select a node from the content tree the actual content displays in the default language (English) rather than the language selected in the picker (Chinese). Should the content editor expect the content displayed to match the variant picked in the language selector?
NB if you are already on a node, and change the main language selector, then it automatically changes the tree and node content to that language, as expected.
So the issue just seems to be when clicking on subsequent nodes after changing the language preference in the picker.
Thanks
no change in the above after upgrading to 8.1.1
fixed in 8.1.3 under https://github.com/umbraco/Umbraco-CMS/issues/6022
is working on a reply...