Available in versions: Dev (3.20) | Latest (3.19) | 3.18 | 3.17 | 3.16 | 3.15 | 3.14 | 3.13 | 3.12

Render Locale

Applies to ✅ Open Source Edition   ✅ Express Edition   ✅ Professional Edition   ✅ Enterprise Edition

When doing locale sensitive operations, such as upper casing or lower casing a name (see Name styles), then it may be important in some areas to be able to specify the java.util.Locale for the operation.

Programmatic configuration

Settings settings = new Settings()
    .withRenderLocale(Locale.forLanguageTag("en-US")); // Defaults to Locale.getDefault()

XML configuration

<settings xmlns="http://www.jooq.org/xsd/jooq-runtime-3.12.4.xsd">
  <renderLocale>en-US</renderLocale>
</settings>

References to this page

Feedback

Do you have any feedback about this page? We'd love to hear it!

The jOOQ Logo