Place dropdown anywhere you'd like in templates via:
<?php do_action('bb_language_switcher',''); ?>If you do not already have an alternate language set, you MUST change in your bb-config.php :
define('BB_LANG', ' ');note the space between the quotesbbpress 0.9 - put any .mo language files into
bb-includes/languages/bbPress 1.0 - put any .mo language files into
my-languages/Copy
bb-language-switcher/directory tomy-plugins/and activate pluginTo rebuild the list of languages, either deactivate/reactivate the plugin or add to your URL
?bb_language_switcher_update