Title: [Plugin: uCan Post] &quot;Ucan Post&quot; localization
Last modified: August 19, 2016

---

# [Plugin: uCan Post] "Ucan Post" localization

 *  Resolved [bluebird2](https://wordpress.org/support/users/bluebird2/)
 * (@bluebird2)
 * [15 years, 8 months ago](https://wordpress.org/support/topic/plugin-ucan-post-ucan-post-localization/)
 * I wish this plugin was localized. It is the best-looking and the most user-friendly
   plugin for post-submission. But you cannot have it in languages other than English.
 * [http://wordpress.org/extend/plugins/ucan-post/](http://wordpress.org/extend/plugins/ucan-post/)

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

 *  Plugin Author [cartpauj](https://wordpress.org/support/users/cartpauj/)
 * (@cartpauj)
 * [15 years, 8 months ago](https://wordpress.org/support/topic/plugin-ucan-post-ucan-post-localization/#post-1668783)
 * It supports other languages. It looks like I forgot to include a Template.POT
   file. I will create one for the next release that you can use with a tool like
   Poedit to translate into your own language. If you need more help hit me up at
   my forums at [http://cartpauj.com/forum](http://cartpauj.com/forum)
 *  Thread Starter [bluebird2](https://wordpress.org/support/users/bluebird2/)
 * (@bluebird2)
 * [15 years, 8 months ago](https://wordpress.org/support/topic/plugin-ucan-post-ucan-post-localization/#post-1668806)
 * Thanks. You need to name the “pot” file “ucan-post.pot” and place it in a folder
   called languages (or you can place it in the main folder.) Otherwise some translation
   devices cannot locate the localization file.
 *  Thread Starter [bluebird2](https://wordpress.org/support/users/bluebird2/)
 * (@bluebird2)
 * [15 years, 8 months ago](https://wordpress.org/support/topic/plugin-ucan-post-ucan-post-localization/#post-1668808)
 * I translated the pot file but it didn’t work on the site. The site still shows
   the english words. I think this is caused because the pot file and the translation
   files are in the folder “i18n”.
 *  [jimjimjim](https://wordpress.org/support/users/jimjimjim/)
 * (@jimjimjim)
 * [15 years, 8 months ago](https://wordpress.org/support/topic/plugin-ucan-post-ucan-post-localization/#post-1668819)
 * No, this method is working fine for all other plugins. Make sure you name the
   translated files ucan-post-LANGUAGE.po and ucan-post-LANGUAGE.mo and put them
   in the /i18n/ folder.
    Example the french language would be ucan-post-fr_FR.po
   and ucan-post-fr_FR.mo
 * Open the .POT file in Poedit, translate and then do a SAVE-AS, this will generate
   the .po and .mo files for you, don’t actually leave the .POT file translated.
 *  Plugin Author [cartpauj](https://wordpress.org/support/users/cartpauj/)
 * (@cartpauj)
 * [15 years, 8 months ago](https://wordpress.org/support/topic/plugin-ucan-post-ucan-post-localization/#post-1668823)
 * Exactly thanks Jim.
 *  Thread Starter [bluebird2](https://wordpress.org/support/users/bluebird2/)
 * (@bluebird2)
 * [15 years, 8 months ago](https://wordpress.org/support/topic/plugin-ucan-post-ucan-post-localization/#post-1668969)
 * That is what I did. The files are named “ucan-post-fa_IR.mo” and “ucan-post-fa_IR.
   po”.
    It does not work.
 *  Plugin Author [cartpauj](https://wordpress.org/support/users/cartpauj/)
 * (@cartpauj)
 * [15 years, 8 months ago](https://wordpress.org/support/topic/plugin-ucan-post-ucan-post-localization/#post-1668976)
 * Do you have them in the /i18n/ folder?
 *  Thread Starter [bluebird2](https://wordpress.org/support/users/bluebird2/)
 * (@bluebird2)
 * [15 years, 8 months ago](https://wordpress.org/support/topic/plugin-ucan-post-ucan-post-localization/#post-1668977)
 * Yes. I do.
 *  Plugin Author [cartpauj](https://wordpress.org/support/users/cartpauj/)
 * (@cartpauj)
 * [15 years, 7 months ago](https://wordpress.org/support/topic/plugin-ucan-post-ucan-post-localization/#post-1668993)
 * The last release fixes this. I apologize but there was an error in the directory
   structure for the i18n files. Should work fine now. Thanks for your patience 
   on this one!
 *  Thread Starter [bluebird2](https://wordpress.org/support/users/bluebird2/)
 * (@bluebird2)
 * [15 years, 7 months ago](https://wordpress.org/support/topic/plugin-ucan-post-ucan-post-localization/#post-1668999)
 * Thanks. That fixed the problem of localization. The only problem I have now is
   that the text box is LTR (left-to-right) for left-to-right languages. How can
   I change the default for the text box to RTL?
 *  Thread Starter [bluebird2](https://wordpress.org/support/users/bluebird2/)
 * (@bluebird2)
 * [15 years, 7 months ago](https://wordpress.org/support/topic/plugin-ucan-post-ucan-post-localization/#post-1669000)
 * Thanks. That fixed the problem of localization.
 * The only problem I have now is that the text box is LTR (left-to-right) for left-
   to-right languages. How can I change the default for the text box to RTL? Is 
   it possible for you to add an option to the settings page for RTL languages?
 *  Plugin Author [cartpauj](https://wordpress.org/support/users/cartpauj/)
 * (@cartpauj)
 * [15 years, 7 months ago](https://wordpress.org/support/topic/plugin-ucan-post-ucan-post-localization/#post-1669005)
 * Let me know if this works, try changing this (near the top of ucan-post-class.
   php):
 *     ```
       <script type="text/javascript">
                   tinyMCE.init({
                     mode : "specific_textareas",
                     theme : "advanced",
                     skin : "o2k7",
                     editor_selector:"theEditor",
                     width:"80%",
                     theme_advanced_buttons1 : "bold,italic,underline,|,justifyleft,justifycenter,justifyright,fontsizeselect,formatselect",
                     theme_advanced_buttons2 : "cut,copy,paste,|,bullist,numlist,|,outdent,indent,|,undo,redo,|,link,unlink,image,media",
                     theme_advanced_buttons3 : "forecolor,backcolor,|,emotions,charmap,spellchecker,|,code,preview,|,help",
                     theme_advanced_toolbar_location : "top",
                     theme_advanced_toolbar_align : "left",
                     plugins : "emotions,preview,safari,spellchecker,media"
                   });
                 </script>
       ```
   
 * To this:
 *     ```
       <script type="text/javascript">
                   tinyMCE.init({
                     mode : "specific_textareas",
                     theme : "advanced",
                     skin : "o2k7",
                     editor_selector:"theEditor",
                     width:"80%",
                     theme_advanced_buttons1 : "bold,italic,underline,|,justifyleft,justifycenter,justifyright,fontsizeselect,formatselect",
                     theme_advanced_buttons2 : "cut,copy,paste,|,bullist,numlist,|,outdent,indent,|,undo,redo,|,link,unlink,image,media",
                     theme_advanced_buttons3 : "forecolor,backcolor,|,emotions,charmap,spellchecker,|,code,preview,|,help",
                     theme_advanced_toolbar_location : "top",
                     theme_advanced_toolbar_align : "left",
                     plugins : "emotions,preview,safari,spellchecker,media",
                     directionality : "rtl"
                   });
                 </script>
       ```
   
 *  [tipluis](https://wordpress.org/support/users/tipluis/)
 * (@tipluis)
 * [15 years, 7 months ago](https://wordpress.org/support/topic/plugin-ucan-post-ucan-post-localization/#post-1669016)
 * This plugin is fantastic but strange that the plugin does not work here for videos
 *  Thread Starter [bluebird2](https://wordpress.org/support/users/bluebird2/)
 * (@bluebird2)
 * [15 years, 7 months ago](https://wordpress.org/support/topic/plugin-ucan-post-ucan-post-localization/#post-1669020)
 * Thanks. That fixed it.

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

The topic ‘[Plugin: uCan Post] "Ucan Post" localization’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/ucan-post.svg)
 * [uCan Post](https://wordpress.org/plugins/ucan-post/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/ucan-post/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/ucan-post/)
 * [Active Topics](https://wordpress.org/support/plugin/ucan-post/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/ucan-post/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/ucan-post/reviews/)

 * 14 replies
 * 4 participants
 * Last reply from: [bluebird2](https://wordpress.org/support/users/bluebird2/)
 * Last activity: [15 years, 7 months ago](https://wordpress.org/support/topic/plugin-ucan-post-ucan-post-localization/#post-1669020)
 * Status: resolved