src/docs/guides/install-localization-files/README.md
In this guide you will download and install community managed localization files to localize the Admin of Orchard Core CMS.
Localization files are managed by the community on the Crowdin website. Anyone can provide custom languages or contribute to existing ones.
For this guide we will download the French language.
.pot files should appear.fr.zip will be downloaded by your browser.The zip file that you downloaded needs to be extracted in the Localization folder of your Orchard Core CMS website.
[your_site_root]/Localization where your_site_root is the location of your website.fr.zip in LocalizationThe result should look like this:
By default a new Orchard Core CMS website will only accept the default system culture. This step will configure it to accept French as an alternate language.
fr | French then click Add culture.To enable Orchard Core CMS to use these new files, we need to enable the Localization feature.
?culture=fr, the link should look like https://localhost:44300/blog/OrchardCore.Features/Admin/Features?culture=fr.At that point most texts should be displayed in French.
From now on if a browser is configured with French as its default culture, the Admin will be displayed using the French text translations we downloaded.
The ?culture=fr is just one way to simulate that the current request should use French as the UI culture.
You just downloaded and enabled a new localization in Orchard Core CMS.