Title: Localization/translation problem
Last modified: September 1, 2016

---

# Localization/translation problem

 *  [ArcherTC](https://wordpress.org/support/users/archertc/)
 * (@archertc)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/localizationtranslation-problem/)
 * I use the following code to display translation of Read More tag when using WPML.
 *     ```
       add_filter( 'gettext', 'x_translate_read_more', 9999, 3 );
       function x_translate_read_more( $translated, $text, $domain ) {
       	if($text=='Read More' && ICL_LANGUAGE_CODE == 'de' ) return 'Weiterlesen';
       	else  return $translated;
       }
       ```
   
 * With your plugin, however, it does not work. I was hoping to have more control
   over the read more with your plugin, but this is a deal breaker.
 * Might you have a solution?
 * [https://wordpress.org/plugins/auto-limit-posts-reloaded/](https://wordpress.org/plugins/auto-limit-posts-reloaded/)

The topic ‘Localization/translation problem’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/auto-limit-posts-reloaded_e7edd7.
   svg)
 * [Auto Limit Posts Reloaded](https://wordpress.org/plugins/auto-limit-posts-reloaded/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/auto-limit-posts-reloaded/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/auto-limit-posts-reloaded/)
 * [Active Topics](https://wordpress.org/support/plugin/auto-limit-posts-reloaded/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/auto-limit-posts-reloaded/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/auto-limit-posts-reloaded/reviews/)

## Tags

 * [Localization](https://wordpress.org/support/topic-tag/localization/)

 * 0 replies
 * 1 participant
 * Last reply from: [ArcherTC](https://wordpress.org/support/users/archertc/)
 * Last activity: [9 years, 10 months ago](https://wordpress.org/support/topic/localizationtranslation-problem/)
 * Status: not resolved