How To Add Language To DSpace? | Gujarati Language in DSpace | Code Factory





Download DSpace : Download.


Steps for add another language in DSpace :


Step 1 : Stop tomcat.

Step 2 : Go to <dspace-x.x-src-release> -> dspace -> config -> local.cfg and add / change



Step 3 : Go to <dspace-x.x-src-release> -> dspace -> config -> dspace.cfg and add / change



Step 4 : Go to <dspace-x.x-src-release> -> dspace-api -> src -> main -> resouces and copy Messages.properties and rename it to Messages_gu.properties and change values according to requirements (Convert english text into gujarati text and then convert gujarati text into uni code).

     English to Gujarati convert : Link.
     Gujarati to uni code convert : Link. (Note : Select text from the JavaScript textbox)

Step 5 : Eclipse -> dspace -> right click -> run as -> runconfiguration -> "Goals:package"
OR go to CMD : <dspace-x.x-src-release> -> dspace -> mvn package

Step 6 : Run

Step 7 : CMD : <dspace-x.x-src-release> -> dspace -> target ->dspace-installer -> ant fresh_install

Step 8 : Step 7 create folder dspace in D:\dspace or C:\dspace

Step 9 : CMD : D: -> dspace -> bin -> dspace create-administrator (In this step select language gu)

Step 10 : Go to D: -> dspace -> webapps copy jspui, xmlui and solr and paste it to <tomcat> -> webapps

Step 11 : Start tomcat and go to URL : http://localhost:8080/jspui


(Note : If you want to again change the property file then shutdown tomcat and go to <tomcat> -> webapps -> jspui -> WEB-INF -> classes and open Messages_gu.properties and do changes and then start tomcat and run it)











Tags :
DSpace tutorial
How To Add Language To DSpace?
Add another language to DSpace
How to change the default language in DSpace?
Localization L10n in DSpace

Comments

Popular posts from this blog

How to get IP address and MAC address of client in java | #CodeFactory

At Least One Checkbox Is Checked From All CheckBox Group | #CodeFactory

FTP Connection In Installed Alfresco | Code Factory