[GeoNetwork-users] Default Language

Hi there,

I read the post about change default language in GN. I would like to put
catalan as default. I changed the file "index.html"

/
<html>
  <head>
    <meta http-equiv="Pragma" content="no-cache">
    <meta http-equiv="Cache-Control" content="no-cache,no-store">
    <link rel="stylesheet" type="text/css" href="geonetwork.css">
    
  </head>
  <body>
    
JavaScript warning

    <p>To use GeoNetwork you need to enable JavaScript in your browser</p>
  </body>
</html>/

and file config.xml

                 <service>main.home</service>
    <language>*ca*</language>
    <localized>true</localized>
    <contentType>text/html; charset=UTF-8</contentType>

But it doesn't change. Any idea?

Thanks
Víctor

--
View this message in context: http://osgeo-org.1560.n6.nabble.com/Default-Language-tp5015338.html
Sent from the GeoNetwork users mailing list archive at Nabble.com.