![]() |
Sergey Kornilov admin 3/9/2016 |
Here is the article that explains how to add new languages: |
F
|
Francesco_5000 author 3/10/2016 |
Here is the article that explains how to add new languages: http://xlinesoft.com/phprunner/docs/localizing_phprunner_application.htm
|
![]() |
Sergey Kornilov admin 3/10/2016 |
I'm not really sure how do you want to manage list of languages available to any specific customer but here is the Javascript code that can help you remove a language (English in this case) from languages dropdown box. $("option[value='English']").remove(); |
F
|
Francesco_5000 author 3/11/2016 |
I'm not really sure how do you want to manage list of languages available to any specific customer but here is the Javascript code that can help you remove a language (English in this case) from languages dropdown box. $("option[value='English']").remove();
|