interforo Active member Mar 31, 2018 #1 My users are all using English, but Italian is my default language which I have added later after installing the forum. How can I mass change it so that all the users are in Italian language? THANKS in advanced
My users are all using English, but Italian is my default language which I have added later after installing the forum. How can I mass change it so that all the users are in Italian language? THANKS in advanced
Ozzy47 Well-known member Mar 31, 2018 #2 If you don't plan to use the English (US) language, you can delete it. Alternatively: Code: UPDATE xf_user SET language_id = 2; Change the 2 to match the language id. Take a backup first. Upvote 0 Downvote
If you don't plan to use the English (US) language, you can delete it. Alternatively: Code: UPDATE xf_user SET language_id = 2; Change the 2 to match the language id. Take a backup first.
interforo Active member Mar 31, 2018 #3 ozzy47 said: If you don't plan to use the English (US) language, you can delete it. Alternatively: Code: UPDATE xf_user SET language_id = 2; Change the 2 to match the language id. Take a backup first. Click to expand... Where to? Upvote 0 Downvote
ozzy47 said: If you don't plan to use the English (US) language, you can delete it. Alternatively: Code: UPDATE xf_user SET language_id = 2; Change the 2 to match the language id. Take a backup first. Click to expand... Where to?
interforo Active member Mar 31, 2018 #5 If I delete the EN language and than re-upload it, will it become the second language? Upvote 0 Downvote
Ozzy47 Well-known member Mar 31, 2018 #6 That I don't know, you can always try it on your test site. Upvote 0 Downvote
interforo Active member Mar 31, 2018 #7 ozzy47 said: That I don't know, you can always try it on your test site. Click to expand... it did the trick thank you for helping me brainstorming Upvote 0 Downvote
ozzy47 said: That I don't know, you can always try it on your test site. Click to expand... it did the trick thank you for helping me brainstorming