MyBB Community Forums

Full Version: Forum and description with multi language
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Have any way to create forum and category with the mybb language system?

For example: 
[English language]
Forum = News
Description = News about your forum.

[Portuguese language]
Forum= Noticia (News)
Description = Noticia sobre nosso forum. (News about your forum.)
interface language can be changed by using language packs. users can select required language interface.
but content cannot be changed to other language. for that you have to use translation tools
I made a mistake, actually I meant forum instead of thread.
It is possible to create a forum and description with a determinated parameter like a php array?
example forum name $forum = array( "English" => "News", "Portuguese" => "Noticia");