Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
AI OnAI Off
Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
I'm doing some operations on PublishingContent event and need the language of the current Content of the event.
`if (e.Content is StandardPage standardPage)` This gives me access to standardPage.Language (CultureInfo)
`if (e.Content is TextBlock textBlock)` This however does not. Both inherits from IContent in the end.
How can I get CultureInfo from textBlock?