Hi all.
Just upgraded to Umbraco 8.1.0 from 8.0.2 and have to change our code to work with the breaking changes.
Before we could get the current PublishedCultureInfo by the IPublishedContent interface like this.
using Umbraco.Web;
IPublishedContent.GetCulture()
How would we get it now?
Do we have to check current.Thread.CultureInfo or is there a simplier way?
This is a companion discussion topic for the original entry at https://our.umbraco.com/forum/98120-how-to-get-current-culture-from-ipublishedcontent-in-umbraco-8