Title: agiannone's Replies | WordPress.org

---

# agiannone

  [  ](https://wordpress.org/support/users/agiannone/)

 *   [Profile](https://wordpress.org/support/users/agiannone/)
 *   [Topics Started](https://wordpress.org/support/users/agiannone/topics/)
 *   [Replies Created](https://wordpress.org/support/users/agiannone/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/agiannone/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/agiannone/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/agiannone/engagements/)
 *   [Favorites](https://wordpress.org/support/users/agiannone/favorites/)

 Search replies:

## Forum Replies Created

Viewing 1 replies (of 1 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Job Manager] Only changing Job Manager's language](https://wordpress.org/support/topic/only-changing-job-managers-language/)
 *  Thread Starter [agiannone](https://wordpress.org/support/users/agiannone/)
 * (@agiannone)
 * [14 years, 11 months ago](https://wordpress.org/support/topic/only-changing-job-managers-language/#post-2207352)
 * Hi, thanks of taking your time to respond, I’ve found a hack work around which
   I’m happy with.
 * For anyone else interested here is what I changed the method “jobman_load_translation_file”
   to the following (note the method is found in the functions.php file):
 * function jobman_load_translation_file() {
    global $locale; $locale = “pt_BR”;
   load_plugin_textdomain( ‘jobman’, ”, JOBMAN_FOLDER . ‘/translations’ ); $locale
   = “”; }

Viewing 1 replies (of 1 total)