XFileSharing Pro - Remove unnecessary languages.

Message
Author
hrrweb
Posts: 28
Joined: Jun 06, 2012 10:15 am

Remove unnecessary languages.

#1 Postby hrrweb » Jul 09, 2012 8:14 pm

How to do it? thank you

randy
Posts: 321
Joined: Mar 13, 2012 7:00 pm

#2 Postby randy » Jul 10, 2012 2:55 am

in cgi-bin/Xfileconfig.pm on your server. download the file and go to line 346 just delete unnecessary languages

# Language list to show on site
languages_list => ['english','russian','german','french','arabic','turkish','polish','thai','spanish','japan','hungary','indonesia'],

if you want to e.g. remove arabic:

# Language list to show on site
languages_list => ['english','russian','german','french','turkish','polish','thai','spanish','japan','hungary','indonesia'],