I'm attempting to add multilingual fun to an existing website.
I've been through the mill with my custom code - went to deploy to UAT and I think I'm getting Umbraco weirdness.
I'm following the following process:
1) Deploy code
2) Add culture and hostnames to homepage
3) Add the language
4) Run usync (which has the vary by culture flags on the required doc types)
5) Updating the culture and hostname to use the relevant language
6) Stopping site - killing the cache
I'm seeing issues with unpublished nodes - nothing in the cache. Even breaking the default, initial language content.
I also then get an empty second language site which means I have to go into every node, add a name and publish. Bit annoying - would like it to just clone the default language.
is there a "right" way of doing this - anyone have any tips?