2

I am trying to enable the qtranslator multilingual plugin working for custom post type's metaboxes. I am not being able to do it.

Please guide me so that the (admin interface) custom metabox(s) be split like default title and description fields.

Dharman
  • 30,962
  • 25
  • 85
  • 135
Arpan
  • 33
  • 5
  • Though its late, this question was answered against another similar question [How-can-I-modify-my-custom-widgets-to-support-qtranslate](https://stackoverflow.com/questions/14303711/how-can-i-modify-my-custom-widgets-to-support-qtranslate) – Lenin Oct 19 '20 at 13:44
  • Does this answer your question? [How can I modify my custom widgets to support qtranslate?](https://stackoverflow.com/questions/14303711/how-can-i-modify-my-custom-widgets-to-support-qtranslate) – Lenin Oct 19 '20 at 14:59

1 Answers1

0

Usually qTranslate allows you putting tags to separate languages, wherever the fields are not splitted. Have you tried doing like this?

<!--:en-->english text<!--:--><!--:cn-->chinese text<!--:-->
Mr. BeatMasta
  • 1,265
  • 10
  • 10