By skcombs on
I have created a View to show my SimpleNews newsletter as an RSS feed, and it does. But the feed fails validation checking because the language tag is missing. The feed should say:
<language>en-us</languag>
But instead, it says only
<language />
I am not using Locale because I'm not translating into any other language. How do I fix the RSS feed output to include the language tag?