OrdaSoft forum
Welcome, Guest
Please Login or Register.    Lost Password?

BookLibrary Wishlist

Go to bottom Favoured: 0

Language Problem

jack_noob (Visitor)
Posts: 0
graphgraph
User Offline
Language Problem 11 Years, 8 Months ago
Karma: 0  
Hello,
I want to add a new language(such as 'Malaysian' in the drop down menu while editing existing book or adding a new one in book library basic.
I don't need any type of translation file.
How can I do that only?
Thanks in advance
Logged Logged
The administrator has disabled public write access.
admin (Admin)
Admin
Posts: 8230
graph
User Offline Click here to see the profile of this user
Re:Language Problem 11 Years, 7 Months ago
Karma: 101  
Hello,

You need check file:
{yours site}/administrator/components/com_booklibrary/admin.booklibrary.class.others.php

there are please check function:
getLanguageArray


and add in It some like below row:

Code:

    array_push($retVal, array("Malaysian", 'Malaysian'));



thanks,
OrdaSoft team
Logged Logged
The administrator has disabled public write access.
leeeric999 (User)
Fresh Boarder
Posts: 3
graphgraph
User Offline Click here to see the profile of this user
Re:Language Problem 11 Years, 2 Months ago
Karma: 0  
I'm not sure if it's different because different host, but in my case, the path is
"administrator/components/com_booklibrary/
admin.booklibrary.class.others.php"
just leave the message if useful to someone.
Logged Logged
Last Edit: 2013/01/02 09:58 By leeeric999.
The administrator has disabled public write access.
Go to top
»