Localisation

Since Micron automatically converts to singular or plural depending on the locality selected, some databases are set up using other languages.

To set up localization on your connection , add the locality property on your micron config.

 MicronConfig config = new MicronConfig()
            {
                DatabaseName = "microninventory",
                Locality= "fr-FR" //french

            };

The following list shows the culture codes supported by Micron for object and collection nouns.

Last updated