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 default.language = gu_IN default.locale = gu webui.supported.locales = gu, en Step 3 : Go to <dspace-x.x-src-release> -> dspace -> config -> dspace.cfg and add / change default.locale = gu webui.supported.locales = gu, en 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 ...