Title: Translate using WPML
Last modified: July 20, 2026

---

# Translate using WPML

 *  Resolved [mrleblanc101](https://wordpress.org/support/users/mrleblanc101/)
 * (@mrleblanc101)
 * [2 weeks, 5 days ago](https://wordpress.org/support/topic/translate-using-wpml-2/)
 * If I go in “Admin -> Helpful -> Options -> Content” (/wp-admin/admin.php?page
   =daexthefu-options), I have those strings:
   – Was this helpful?– Yes– No– We’re
   glad that you liked the post! Let us know why (optional)– We’re sorry to hear
   that. Please let us know how we can improve. (optional)– Type your message– Submit–
   Cancel– Thanks for your feedback!How would I translate the plugin content using
   WPML ?

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

 *  Thread Starter [mrleblanc101](https://wordpress.org/support/users/mrleblanc101/)
 * (@mrleblanc101)
 * [2 weeks, 5 days ago](https://wordpress.org/support/topic/translate-using-wpml-2/#post-18970325)
 * I found how to Translate the plugin text, but not the plugin values if you see
   what I mean.
   The documentation says it should be possible here, but I haven’t
   found out how: [https://daext.com/doc/helpful/#:~:text=How%20to%20translate%20the%20plugin%20into%20your%20language%3F](https://daext.com/doc/helpful/#:~:text=How%20to%20translate%20the%20plugin%20into%20your%20language%3F)
 *  Plugin Support [Dani](https://wordpress.org/support/users/devdani/)
 * (@devdani)
 * [2 weeks, 4 days ago](https://wordpress.org/support/topic/translate-using-wpml-2/#post-18971117)
 * Hi mrleblanc101,
 * Thanks for reporting this. The text options like “Title”, the Yes/No button texts,
   and the submission message are stored as single, plain values in the WordPress
   options table (e.g. daexthefu_title) and not as translatable strings with methods
   like `__()`, `_e()`, etc.
 * WPML offers a solution for translating option values which is explained here:
 * [https://wpml.org/documentation/support/language-configuration-files/translate-strings-in-wp-options-table/](https://wpml.org/documentation/support/language-configuration-files/translate-strings-in-wp-options-table/)
 * You might consider adding this XML configuration for all the plugin’s text options
   to solve this. You can find the list of options registered by the plugin here(
   in case do it only for the options used to store values that should be translated):
 * [https://plugins.trac.wordpress.org/browser/daext-helpful/tags/1.15/shared/class-daexthefu-shared.php#L53](https://plugins.trac.wordpress.org/browser/daext-helpful/tags/1.15/shared/class-daexthefu-shared.php#L53)
 * The prefix is always `daexthefu`, so the Title option is `daexthefu_title`, for
   example.
 * Note that I’ve created a ticket to implement this support for WPML in a plugin
   update.

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

You must be [logged in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Ftranslate-using-wpml-2%2F%3Foutput_format%3Dmd&locale=en_US)
to reply to this topic.

 * ![](https://ps.w.org/daext-helpful/assets/icon.svg?rev=3289154)
 * [Helpful - Article Feedback Plugin](https://wordpress.org/plugins/daext-helpful/)
 * [Support Threads](https://wordpress.org/support/plugin/daext-helpful/)
 * [Active Topics](https://wordpress.org/support/plugin/daext-helpful/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/daext-helpful/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/daext-helpful/reviews/)

## Tags

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

 * 2 replies
 * 2 participants
 * Last reply from: [Dani](https://wordpress.org/support/users/devdani/)
 * Last activity: [2 weeks, 4 days ago](https://wordpress.org/support/topic/translate-using-wpml-2/#post-18971117)
 * Status: resolved