Title: Implement I18N
Last modified: March 15, 2022

---

# Implement I18N

 *  [Alex Lion (阿力獅)](https://wordpress.org/support/users/alexclassroom/)
 * (@alexclassroom)
 * [4 years, 2 months ago](https://wordpress.org/support/topic/implement-i18n/)
 * Hi,
 * I found some strings can be internationalized and I list them as the following:
   
   admin\inc\settings.php Line 35 `<input type="radio" name="ihp_options[popup_type]"
   value="2" <?php checked('2', $popup_type, true);?>> <?php esc_html_e('Full Screen','
   devvn-image-hotspot');?>`
 * Line 38
    `<input type="radio" name="ihp_options[popup_type]" value="1" <?php 
   checked('1', $popup_type, true);?>> <?php esc_html_e('Normal - Tooltip', 'devvn-
   image-hotspot');?>`
 * Line 49
    `<p><strong><?php _e('Buy me a Coffee to keep me awake :&rpar;', 'devvn-
   image-hotspot');?></strong></p>`
 * devvn-image-hotspot.php
    Line 443 `<label><?php _e('Link to pins', 'devvn-image-
   hotspot');?><br>`
 * Line 444
    `<input type="text" name="pointdata[linkpins][]" value="<?php echo 
   $pointLink?>" placeholder="<?php _e('Link to pins', 'devvn-image-hotspot');?>"/
   >`
 * Line 446
    `<label><?php _e('Link target', 'devvn-image-hotspot');?><br>`
 * Line 448
    `<option value="_self" <?php selected('_self',$link_target);?>><?php
   _e('Open curent window', 'devvn-image-hotspot');?></option>`
 * Line 449
    `<option value="_blank" <?php selected('_blank',$link_target);?>><?
   php _e('Open new window', 'devvn-image-hotspot');?></option>`
 * Line 479
    `<label><?php _e( 'Placement', 'devvn-image-hotspot' )?><br></label
   >`
 * Line 483 to 490
 *     ```
       'n' =>  __( 'North', 'devvn-image-hotspot' ),
       'e' =>  __( 'East', 'devvn-image-hotspot' ),
       's' =>  __( 'South', 'devvn-image-hotspot' ),
       'w' =>  __( 'West', 'devvn-image-hotspot' ),
       'nw' =>  __( 'North West', 'devvn-image-hotspot' ),
       'ne' =>  __( 'North East', 'devvn-image-hotspot' ),
       'sw' =>  __( 'South West', 'devvn-image-hotspot' ),
       'se' =>  __( 'South East', 'devvn-image-hotspot' )
       ```
   
 * Line 499
    `<label><?php _e( 'Pins ID', 'devvn-image-hotspot' )?><br>`
 * Line 500
    `<input type="text" name="pointdata[pins_id][]" value="<?php echo $
   pins_id?>" placeholder="<?php _e( 'Type a ID', 'devvn-image-hotspot' )?>"/>`
 * Line 504
    `<label><?php _e( 'Pins Class', 'devvn-image-hotspot' )?><br>`
 * Line 505
    `<input type="text" name="pointdata[pins_class][]" value="<?php echo
   $pins_class?>" placeholder="<?php _e( 'Ex: class_1 class_2 class_3', 'devvn-image-
   hotspot' )?>"/>`

The topic ‘Implement I18N’ is closed to new replies.

 * ![](https://ps.w.org/devvn-image-hotspot/assets/icon-256x256.jpg?rev=1520057)
 * [Image Hotspot by DevVN](https://wordpress.org/plugins/devvn-image-hotspot/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/devvn-image-hotspot/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/devvn-image-hotspot/)
 * [Active Topics](https://wordpress.org/support/plugin/devvn-image-hotspot/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/devvn-image-hotspot/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/devvn-image-hotspot/reviews/)

 * 0 replies
 * 1 participant
 * Last reply from: [Alex Lion (阿力獅)](https://wordpress.org/support/users/alexclassroom/)
 * Last activity: [4 years, 2 months ago](https://wordpress.org/support/topic/implement-i18n/)
 * Status: not resolved