Hi,

I'm trying to use the maven-site-plugin, i configure it into my pom.xml as:

<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-site-plugin</artifactId>
<version>3.5.1</version>
<configuration>
<locales>en,fr,it</locales>
</configuration>
</plugin>

I can see the site in different languages, but only if i change the url
path.

For example:

my-site/index.html -> uses the default locale, the first defined into
configuration (en).
my-site/fr/index.html -> uses the fr localized pages.

Is there a way to change the page language, just changing the browser
language?

Best regards,
   Renato Miracco

Reply via email to