Title: multilinguage table
Last modified: September 18, 2019

---

# multilinguage table

 *  Resolved [flaviese](https://wordpress.org/support/users/flaviese/)
 * (@flaviese)
 * [6 years, 8 months ago](https://wordpress.org/support/topic/multilinguage-table/)
 * Hi, I am using tablepress with scheduled autoimport xls file (every 15 minute)
   on a multilanguage site (it works with WPML).
    Table data do not change per language,
   but I need to translate headers and other static strings. Is there a way to translate
   strings without having to produce one table per language?

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

 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [6 years, 8 months ago](https://wordpress.org/support/topic/multilinguage-table/#post-11946055)
 * Hi,
 * thanks for your post, and sorry for the trouble.
 * No, sorry, there’s no direct way for that. One trick could be to use duplicated
   header rows, and then show the correct one based on the language.
    For example,
   you could use the first table row for English, second one for German, third one
   for French, or whatever. Then, mark these three rows as “hidden” on the table’s“
   Edit” screen (using the “Selected rows: Hide” button). Then, on the three pages
   for the languages, use a Shortcode like
 *     ```
       [table id=123 show_rows=1 /]
       ```
   
 * for English,
 *     ```
       [table id=123 show_rows=2 /]
       ```
   
 * for German, and so on.
 * Regards,
    Tobias
 *  Thread Starter [flaviese](https://wordpress.org/support/users/flaviese/)
 * (@flaviese)
 * [6 years, 8 months ago](https://wordpress.org/support/topic/multilinguage-table/#post-11952461)
 * well, it could be an option!
    Thank you. Flavio
 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [6 years, 8 months ago](https://wordpress.org/support/topic/multilinguage-table/#post-11960173)
 * Hi,
 * no problem, you are very welcome! 🙂 Good to hear that this helped!
 * Best wishes,
    Tobias
 * P.S.: In case you haven’t, please [rate TablePress](https://wordpress.org/support/plugin/tablepress/reviews/)
   here in the plugin directory. Thanks!

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

The topic ‘multilinguage table’ is closed to new replies.

 * ![](https://ps.w.org/tablepress/assets/icon.svg?rev=3192944)
 * [TablePress - Tables in WordPress made easy](https://wordpress.org/plugins/tablepress/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/tablepress/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/tablepress/)
 * [Active Topics](https://wordpress.org/support/plugin/tablepress/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/tablepress/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/tablepress/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * Last activity: [6 years, 8 months ago](https://wordpress.org/support/topic/multilinguage-table/#post-11960173)
 * Status: resolved