Is it a change of hostnames/language handle in U4.10.
I have a multilingual website, one of the folder "lang-x" has a hostnames/language configure {Domain:domain-a/lang-x , Language:lang-x}. Before U4.10, I use a hostname 'develop-a'(not configued in Umbraco) to access the web page under the folder 'lang-x', CultureInfo.CurrentCulture would return 'lang-x'. After upgrade to U4.10 it return 'en'.
develop-a doesn't configured in Hostnames/Language. I only configured production domains to avoid too many entries in Hostnames/Language. I have other environments for staging/testing purpose. Those environments may access the production database or cloned. After, 4.10, I need configure all of them.
By the way, where I can find a change note about Model in 'old' razor environment? Some of my querying & traversal logic, extension method are boken after upgrade to U4.10.
U4.10 Hostnames/Language
Is it a change of hostnames/language handle in U4.10.
I have a multilingual website, one of the folder "lang-x" has a hostnames/language configure {Domain:domain-a/lang-x , Language:lang-x}. Before U4.10, I use a hostname 'develop-a'(not configued in Umbraco) to access the web page under the folder 'lang-x', CultureInfo.CurrentCulture would return 'lang-x'. After upgrade to U4.10 it return 'en'.
So if I understand correctly, on node "lang-x" you have two hostnames configured:
But when you hid develop-a/foo/bar the language is still english. Right?
Could you give me exact examples eg www.domain.com? So I can check whether develop-a is a subdomain of domain-a, all sorts of things?
develop-a doesn't configured in Hostnames/Language. I only configured production domains to avoid too many entries in Hostnames/Language. I have other environments for staging/testing purpose. Those environments may access the production database or cloned. After, 4.10, I need configure all of them.
By the way, where I can find a change note about Model in 'old' razor environment? Some of my querying & traversal logic, extension method are boken after upgrade to U4.10.
is working on a reply...