If you are a kunena forum users, then this is some tips to change your kunena language file to other than english.
Download the new language file for kunena (ex: kunena.swedish.php, kunena.french.php, etc). If you need kunena language file other than english, then you can download them in here, there are swedish, dutch, danish, turkish, serbian, french, german, italian language in the download section. Put the kunena.newlang.php file on folder /administrator/components/com_kunena/language/Rename the kunena.english.php to other name so the new lang file will be loaded perfectly.Edit file components/com_kunena/kunena.php line 114
Find: else
{
include_once ($mainframe->getCfg("absolute_path") . '/administrator/components/com_kunena/language/kunena.english.php');
}
Change it to :else
{
include_once ($mainframe->getCfg("absolute_path") . '/administrator/components/com_kunena/language/kunena.newlang.php');
}Since all the button is on images file, then you need to change them to make it suit to new language that you just installed.