Title: Set RSS feed language
Last modified: August 22, 2016

---

# Set RSS feed language

 *  [djuradj](https://wordpress.org/support/users/agent001/)
 * (@agent001)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/set-rss-feed-language/)
 * Hi all,
    i’m having problems setting up my blog’s feed language.
 * The only error i get is
 * > column 12: language must be an ISO-639 language code:
 * Now, the problem is that the language tag is empty
 *     ```
       ...
       <lastBuildDate>Mon, 25 Aug 2014 09:14:50 +0000</lastBuildDate>
       <language></language>
       <sy:updatePeriod>hourly</sy:updatePeriod>
       <sy:updateFrequency>1</sy:updateFrequency>
       ...
       ```
   
 * I want to set a value there, but i’m not quite sure how to do it?
 * Is there a better option than editing my theme’s functions.php file like this:
 *     ```
       <?php
       add_action('init','fix_rss');
       function fix__rss(){
       		update_option('rss_language','en');
       }
       ?>
       ```
   
 * I’m not sure if this is the correct method mostly because i don’t know what caused
   the reset of the language value, so if i remove that bit of code from the functions.
   php file, it can be reset again? And if i leave it – i don’t know if i’m wasting
   resources without a reason.

The topic ‘Set RSS feed language’ is closed to new replies.

## Tags

 * [language](https://wordpress.org/support/topic-tag/language/)
 * [rss-feed](https://wordpress.org/support/topic-tag/rss-feed/)

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 0 replies
 * 1 participant
 * Last reply from: [djuradj](https://wordpress.org/support/users/agent001/)
 * Last activity: [11 years, 8 months ago](https://wordpress.org/support/topic/set-rss-feed-language/)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
