[Geoserver-users] Available several languages into title tag in SLD files.

Hi list,

Does somebody know how include several languages into Title tag to show
the correct language into Legend?, or another way that allow you show
the correct language?

For example, something like:

<Rule>
        <Title lang="es">Límite Parroquial</Title>
  <Title lang="en">Parish limit</Title>
......
</Rule>

And then, you can select the correct language to show, something like:

http://localhost:8080/geoserver/wms?service=wms&VERSION=1.1.0&REQUEST=GetLegendGraphic&LAYER=topp:proba_lim&Format=image/png&legend_options=forceLabels:on lang:en

Thanks

Bye.