Specifying Database Locale

While creating a database , you can specify the database locale which the database server uses to process locale-sensitive data. Starting with Informix server version 15.0.1.x, this option is supported in the CREATE DATABASE SQL statement.

The database locale can be specified in the CREATE DATABASE statement as given in the following example:

CREATE DATABASE newdb WITH LOG LOCALE "de_DE.utf8" 

This explicit option overrides the DB_LOCALE environment variable setting.