Feature added by: Yuri Tsarev (xnull) Feature #309721, revision 1 Title: Make forums.opensuse.org true international Requested by: Yuri Tsarev (xnull) Description: Current situarion at forums.o.o is that newcomer non-english users have to find workaround of manual language switch before they can read forum branches in their native language. It is incovnenient, old-fashioned and just ugly. There is two ways to solve this problem. 1) Dirty hack with apache rewrite rules wich resolves user's browser language and makes automatic redirect to current language. The example part of apache config for russian users is here : RewriteEngine on RewriteBase / RewriteCond %{HTTP:Accept-Language} (^ru) [NC] # RU redirects RewriteRule ^$ /?langid=4 [L,R] 2) Convert all backend data to UTF-8. This will be the beautiful and correct solution. -- openSUSE Feature: https://features.opensuse.org/309721