Feature changed by: Per Jessen (pjessen) Feature #309721, revision 7 Title: Make forums.opensuse.org true international Requested by: Yuri Tsarev (xnull) Description: Current situation 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 are 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. + Discussion: + #1: Per Jessen (pjessen) (2010-06-09 08:02:25) + 1) should be done anyway, in my opinion. Not much of a hack either, + it's the normal way for multi-lingual sites to pick the default + language. -- openSUSE Feature: https://features.opensuse.org/309721