Title: Missing plugin localization
Last modified: December 31, 2024

---

# Missing plugin localization

 *  [وردپرس ایرانی](https://wordpress.org/support/users/masoudnkh/)
 * (@masoudnkh)
 * [1 year, 4 months ago](https://wordpress.org/support/topic/missing-plugin-localization/)
 * Thanks for you plugin but your plugin is not [properly prepared for localization](https://developer.wordpress.org/plugins/internationalization/how-to-internationalize-your-plugin/).
   you can use this code in you plugin for do this
 *     ```wp-block-code
       function brk_product_view_languages() {	load_plugin_textdomain( 'brk-product-view-count-for-woocommerce', false, dirname( plugin_basename( __FILE__ ) ) . '/languages' );}add_action( 'init', 'brk_product_view_languages' );
       ```
   
 * And must create pot file for your plugin using [LocoTranslate](https://wordpress.org/plugins/loco-translate/)
   plugin or using some app like poedit

Viewing 1 replies (of 1 total)

 *  Plugin Author [Brksoft](https://wordpress.org/support/users/brksoft/)
 * (@brksoft)
 * [1 year, 4 months ago](https://wordpress.org/support/topic/missing-plugin-localization/#post-18223455)
 * I updated it, they asked me to remove this code when installing it on wp, normally
   this code was there, now I reinstalled it again

Viewing 1 replies (of 1 total)

The topic ‘Missing plugin localization’ is closed to new replies.

 * ![](https://ps.w.org/brk-product-view-count-for-woocommerce/assets/icon-256x256.
   gif?rev=3215184)
 * [BRK Product View Count for WooCommerce](https://wordpress.org/plugins/brk-product-view-count-for-woocommerce/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/brk-product-view-count-for-woocommerce/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/brk-product-view-count-for-woocommerce/)
 * [Active Topics](https://wordpress.org/support/plugin/brk-product-view-count-for-woocommerce/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/brk-product-view-count-for-woocommerce/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/brk-product-view-count-for-woocommerce/reviews/)

## Tags

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

 * 1 reply
 * 2 participants
 * Last reply from: [Brksoft](https://wordpress.org/support/users/brksoft/)
 * Last activity: [1 year, 4 months ago](https://wordpress.org/support/topic/missing-plugin-localization/#post-18223455)
 * Status: not a support question