├── README.md └── src ├── SfResources.ar-AE.resx ├── SfResources.ar.resx ├── SfResources.ca.resx ├── SfResources.cs.resx ├── SfResources.da.resx ├── SfResources.de.resx ├── SfResources.en-GB.resx ├── SfResources.en-US.resx ├── SfResources.es.resx ├── SfResources.fa.resx ├── SfResources.fi.resx ├── SfResources.fr-CH.resx ├── SfResources.fr.resx ├── SfResources.he.resx ├── SfResources.hi-IN.resx ├── SfResources.hr.resx ├── SfResources.hu.resx ├── SfResources.id.resx ├── SfResources.it.resx ├── SfResources.ja.resx ├── SfResources.ko.resx ├── SfResources.ms.resx ├── SfResources.nb.resx ├── SfResources.nl.resx ├── SfResources.pl.resx ├── SfResources.pt-BR.resx ├── SfResources.pt.resx ├── SfResources.resx ├── SfResources.ro.resx ├── SfResources.ru.resx ├── SfResources.sk.resx ├── SfResources.sv.resx ├── SfResources.th.resx ├── SfResources.tr.resx ├── SfResources.vi.resx └── SfResources.zh.resx /README.md: -------------------------------------------------------------------------------- 1 | # Localization 2 | 3 | Localization (L10N) is the process of adapting application components and content to the desired language with its corresponding region. This page shows you how to use the Localization feature in your application. 4 | 5 | ## How to enable Localization in Blazor application 6 | 7 | [Blazor Localization documentation](https://blazor.syncfusion.com/documentation/common/localization) 8 | 9 | [Blazor Localization examples](https://github.com/SyncfusionExamples/blazor-localization) 10 | 11 | ## Contributions Welcome! 12 | 13 | We welcome the pull request for translating the locale text in the resource files. Your contribution towards this will be greatly appreciated. --------------------------------------------------------------------------------