Have a Umbraco 13 site, with two cultures 'English' and 'English (United States)'
The site looks like this
Home
--- USA (culture on this node set to 'English (United States)')
-------- About Us
---- UK (culture on this node set to 'English')
-------- About Us
All working fine, however when I return any node via the Content Delivery API the 'Cultures' section is empty.
How can I return the culture for a node using the API?
Thanks
Rich G
09/10/2024, 8:41 AM
Figured this out.
This only works when VaryByCulture is used
j
Josef Henryson
10/09/2024, 1:37 PM
How did you solve it? I have tried with ?culture=en but I still get the swedish content
r
Rich G
10/11/2024, 6:38 PM
You have to have VaryByCulture switched on, otherwise it won’t appear