Changing default site language
PermalinkWhere could I change this?
I tried looking into site's default language which I changed to Finnish and also Multilingual settings. Problem seems to be that the main sitemap tree has English as the language and locale but I can't where I could change this.
Site only has content in one language.

Does anyone know of a temporary fix?
Copy the file concrete/elements/form/bootstrap3.php to new folder application/elements/form/bootstrap3.php and adjust the Required text there for labels. And outputs of Form fields can also be overridden. This can be done by copying concrete/attributes/ folder to new forlders in application/attributes and override them.
Another solution for me was to do a complete clean install of C5 (and pick the correct language BEFORE installing the core) and start from a completely clean database,
which worked because we didn't have much content yet.