Title: Missed localization
Last modified: August 24, 2016

---

# Missed localization

 *  Resolved [tititou36](https://wordpress.org/support/users/tititou36/)
 * (@tititou36)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/missed-localization/)
 * In uls-options.php, line 173 (against ULS v1.3),
    <?php submit_button(‘Save’);?
   > should be <?php submit_button(__(‘Save’, ‘user-language-switch’)); ?> or simply
   <?php submit_button(); ?>
 * Otherwise, it can not be localized.
 * The sameway, in uls-functions.php, the submit button could be generated with ‘
   submit_button’, line 288 (with custom text displayed or with default WP wording)
 * [https://wordpress.org/plugins/user-language-switch/](https://wordpress.org/plugins/user-language-switch/)

Viewing 1 replies (of 1 total)

 *  Plugin Author [Webilop](https://wordpress.org/support/users/webilop/)
 * (@webilop)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/missed-localization/#post-6167470)
 * Hi there,
 * We have uploaded a fix to the plugin solving these issues.
 * Thanks for your feedback.
 * Regards,

Viewing 1 replies (of 1 total)

The topic ‘Missed localization’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/user-language-switch_75afe1.svg)
 * [User Language Switch](https://wordpress.org/plugins/user-language-switch/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/user-language-switch/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/user-language-switch/)
 * [Active Topics](https://wordpress.org/support/plugin/user-language-switch/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/user-language-switch/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/user-language-switch/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Webilop](https://wordpress.org/support/users/webilop/)
 * Last activity: [11 years, 1 month ago](https://wordpress.org/support/topic/missed-localization/#post-6167470)
 * Status: resolved