Default language

From ICA-AtoM
Revision as of 11:21, 26 March 2012 by Sevein (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Please note that ICA-AtoM is no longer actively supported by Artefactual Systems.
Visit https://www.accesstomemory.org for information about AtoM, the currently supported version.

Main Page > User manual > Administer > Default language


When you first install ICA-AtoM, the site's default language is set to English. This means that whenever a user visits your site it will automatically load the English interface. However, you may wish to have the site load in another language by default.

This is done by making a change in the "/apps/qubit/config/settings.yml" file. This will have to be done by a system administrator who has access to the ICA-AtoM application files on your web server.

# apps/qubit/config/settings.yml
all:
  .settings:
    default_culture: en

If you can't find the setting "default_culture", add it. This setting must be located under the section ".settings". The default value is "en", but you can use any other RFC 5646 code for your preferred default language, e.g. "fr" for French, "nl" for Dutch, "pt" for Portuguese, "es" for Spanish, etc.

The ICA-AtoM configuration files use the YAML format, where the data structure hierarchy is maintained by outline indentation. The specific number of spaces in the indentation is unimportant as long as parallel elements have the same left justification and the hierarchically nested elements are indented further. Notice that strings do not require enclosure in quotations.

Once you make this change and save the settings.yml file, you will have to clear the cache for this setting to take effect. The simplest way to do that is to delete the contents of the "/cache" directory. On the very next ICA-AtoM page request the contents of this "/cache" directory will be re-created, including a new default language configuration setting.