Implemented Set Group Language

alfa1

Well-Known Member
Like many sites we have social groups for countries. Group Discussion is in a specific language.
By default XenForo discussions have 1 language. For example: main XenForo Language is English.
Groups:
- Spain (Spanish)
- Mexico (Spanish)
- Netherlands (Dutch)
- Germany (German)

Please add a setting to the group settings to select a language.

Please add the html language markup code to the page:
<html id="XenForo" lang="en-US"
<html id="XenForo" lang="es-ES"
<html id="XenForo" lang="nl-NL"
<html id="XenForo" lang="de-DE"

This way Google will correctly index groups in the correct language. So if you have a Spanish group, the content will appear in Google Spain. (google.es)
 
Awesome
I hope our language be in the list of languages. Or, it reads the languages from the list of installed languages on the xenforo (second way is better and more logical)
 
Back
Top