Title: Language problem
Last modified: August 31, 2016

---

# Language problem

 *  Resolved [marianok](https://wordpress.org/support/users/marianok/)
 * (@marianok)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/language-problem-47/)
 * I would like to see the day of the week in my language (in date after title),
   but now see only with english, where to change to see in my language?
 * [https://wordpress.org/plugins/advanced-most-recent-posts-mod/](https://wordpress.org/plugins/advanced-most-recent-posts-mod/)

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Plugin Author [Kailey (trepmal)](https://wordpress.org/support/users/trepmal/)
 * (@trepmal)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/language-problem-47/#post-7209305)
 * Are you comfortable updating the plugin code?
 * You can try this: in the `adv-most-recent.php` file, on line 393, change the `
   date()` function to `date_i18n()`
 * Example. that line of code currently looks like:
 * `if ($showtime) { $time = ' '. date($format,strtotime($post->post_date)); }`
 * it should be changed to look like this:
 * `if ($showtime) { $time = ' '. date_i18n($format,strtotime($post->post_date));}`
 *  Thread Starter [marianok](https://wordpress.org/support/users/marianok/)
 * (@marianok)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/language-problem-47/#post-7209445)
 * Thank you very much, it works for me.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Language problem’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/advanced-most-recent-posts-mod.svg)
 * [Advanced Most Recent Posts Mod](https://wordpress.org/plugins/advanced-most-recent-posts-mod/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/advanced-most-recent-posts-mod/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/advanced-most-recent-posts-mod/)
 * [Active Topics](https://wordpress.org/support/plugin/advanced-most-recent-posts-mod/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/advanced-most-recent-posts-mod/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/advanced-most-recent-posts-mod/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [marianok](https://wordpress.org/support/users/marianok/)
 * Last activity: [10 years, 2 months ago](https://wordpress.org/support/topic/language-problem-47/#post-7209445)
 * Status: resolved