Jump to content
Froxlor Forum
  • 0

[solved] Custom Language


Ace

Question

Hi,

how can I make a custom Language file (I will just translate the english.lng)

and add it so it will show up in the ?Profile Language? selection and also

make that file the ?default? Froxlor! language ? :rolleyes:

 

 

Thanks !

Ace

Link to comment
Share on other sites

4 answers to this question

Recommended Posts

how can I make a custom Language file (I will just translate the english.lng)

 

see froxlor/lng/ folder, just copy english.lng.php and name the file mylang.lng.php, then edit

 

and add it so it will show up in the ?Profile Language? selection

 

You have to tell our database that your new language is available. Run this query either in mysql-shell or phpMyAdmin etc.:

 

INSERT INTO `panel_languages` SET `language` = 'MyLang', `file` = 'lng/mylang.lng.php');

 

and also make that file the ?default? Froxlor! language ? :rolleyes:

 

Log in as Admin, go to "Settings", the first setting on the top is "Language (What's your standard server language?)" and chose "MyLang" from the dropdown and hit "Save"

 

d00p

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.



×
×
  • Create New...