@jdurrant
11 years, 7 months ago
Of course as soon as I post I find a solution to my problem. Here’s what worked for me:
` $mofile = ABSPATH . ‘wp-content/languages/buddypress-‘.str_replace(‘-‘,’_’,$GLOBALS[‘Lang’]).’.mo’; load_textdomain(‘buddypress’, $mofile ); `