Kauri Documentation
 PreviousHomeNext 
11 Internationalization (i18n)Book Index11.1.3 Defaults configuration

11.1.2 pom.xml

This step is optional. It is only necessary if you plan on programmatically making use of i18n, thus to lookup a translation or format a number or date from Java code.

In the pom.xml of your module, add the following dependency:

    <dependency>
      <groupId>org.kauriproject</groupId>
      <artifactId>kauri-i18n-api</artifactId>
      <version>${version.kauri}</version>
    </dependency>
 PreviousHomeNext 
11 Internationalization (i18n)11.1.3 Defaults configuration