Changing the language of a variant retrospectively
I have built a site where the default language/culture is en-us in Umbraco 8. This should actually be en-gb. How do i change this without having to manually copy over all of my content?
Also is it possible to pre-populate variants with English content instead of having to add it all in again? If we have 3 different English versions the vast majority of the content will be the same.
In U7 we could just copy the site tree and change the culture so both the above were simple to do.
OK, this kind of worked but introduced all kinds of oddities that would have involve manual updates so we just left our en-uk site as en-us as it doesn't really matter for that one.
I think I will report this as a bug / feature request as well as the ability to copy a variant AND all it's content and images to create a pre-populated site which is useful if the variant is a variant of English or French etc
Changing the language of a variant retrospectively
I have built a site where the default language/culture is en-us in Umbraco 8. This should actually be en-gb. How do i change this without having to manually copy over all of my content?
Also is it possible to pre-populate variants with English content instead of having to add it all in again? If we have 3 different English versions the vast majority of the content will be the same.
In U7 we could just copy the site tree and change the culture so both the above were simple to do.
Thanks
Dan
Hi Dan,
just did a quick check, because it struck me, but you can do this with uSync.ContentEdition and search and replace.
so if all your content is in en-us,
Culture="en-us"
withCulture="en-gb
" in all filesKevin
I'll give it a go! We have uSync installed already. Thanks for this.
OK, this kind of worked but introduced all kinds of oddities that would have involve manual updates so we just left our en-uk site as en-us as it doesn't really matter for that one.
I think I will report this as a bug / feature request as well as the ability to copy a variant AND all it's content and images to create a pre-populated site which is useful if the variant is a variant of English or French etc
is working on a reply...