I i_rodionov Member Apr 7, 2011 #1 After some use of XenForo and attempt to upgrade to 1.0.1 in Russian we have all users profiles set to English, not to Russian as it was. Is there any way to set the language at once to the specific one?
After some use of XenForo and attempt to upgrade to 1.0.1 in Russian we have all users profiles set to English, not to Russian as it was. Is there any way to set the language at once to the specific one?
erich37 Well-known member Apr 7, 2011 #2 not sure what you mean.... you still have the russian-language-file installed ? Upvote 0 Downvote
I i_rodionov Member Apr 7, 2011 #3 Yes we still. And it works. But some magic occured - profiles become English. Is there any way to make it back Russian in bulk operation? Upvote 0 Downvote
Yes we still. And it works. But some magic occured - profiles become English. Is there any way to make it back Russian in bulk operation?
I i_rodionov Member Apr 7, 2011 #4 How to make it using SQL UPDATE? Could you tell me? Upvote 0 Downvote
P Paul B XenForo moderator Staff member Apr 7, 2011 #5 http://xenforo.com/community/thread...nother-language-as-default.14252/#post-186470 Code: UPDATE xf_user SET language_id = 1 Change 1 to the ID of the language. To find the ID, click on the language and look at the URL, the ID will be just before /edit. Make sure you set it as the default in the ACP for all new registrations. Upvote 0 Downvote
http://xenforo.com/community/thread...nother-language-as-default.14252/#post-186470 Code: UPDATE xf_user SET language_id = 1 Change 1 to the ID of the language. To find the ID, click on the language and look at the URL, the ID will be just before /edit. Make sure you set it as the default in the ACP for all new registrations.