[Dspace-tech] Little detail in the "language selector"

2008-12-23 Thread Fran Mosteiro
Hi all! I´m a novice user of DSpace. I´m just tasting the tool but it seems great ! By now it´s all quite clear for me, buy i have a little uestion about the language selector tag in the DSpace home page. In our case, we will need to use DSpace in 3 diffrent languages: Spanish, English and Bask.

Re: [Dspace-tech] Little detail in the "language selector"

2008-12-23 Thread felipe Melero
Hi Fran, I was also trying to find out what could be the solution but I didn't find anything. As a fast solution but quite dirty I would suggest you to enter in /home.jsp/, and search the following line <%= supportedLocales[i].getDisplayLanguage(supportedLocales[i])%> you can check whether t

Re: [Dspace-tech] Little detail in the "language selector"

2008-12-23 Thread Claudia Jürgen
Hi Fran, you might change this in webbapp/home.jsp for (int i = supportedLocales.length-1; i >= 0; i--) { %> <%= supportedLocales[i].getDisplayLanguage(supportedLocales[i])%>   <% see http://java.sun.com/j2se/1.4.2/docs/api/java/util/Locale.html for the possibiliti