https://github.com/gaois/gaois.localizer
A toolkit for creating multilingual web applications on ASP.NET Core
https://github.com/gaois/gaois.localizer
Last synced: 4 months ago
JSON representation
A toolkit for creating multilingual web applications on ASP.NET Core
- Host: GitHub
- URL: https://github.com/gaois/gaois.localizer
- Owner: gaois
- License: mit
- Created: 2018-06-03T14:56:37.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2022-07-07T23:11:59.000Z (almost 3 years ago)
- Last Synced: 2025-01-10T03:01:39.754Z (5 months ago)
- Language: C#
- Homepage:
- Size: 149 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Gaois.Localizer
[](https://www.nuget.org/packages/Gaois.Localizer/)
[](https://www.nuget.org/packages/Gaois.Localizer/)A toolkit for creating multilingual web applications on ASP.NET Core. It offers a suite of configurable localisation middleware, including request culture validators, cookie management, exception handlers, and URL rewriting rules, that wrap and extend the framework's native [globalisation and localisation](https://docs.microsoft.com/en-us/aspnet/core/fundamentals/localization?view=aspnetcore-2.1) functions to take the pain out of building localised websites.
The library was developed at [Fiontar & Scoil na Gaeilge](https://www.gaois.ie), Dublin City University, Ireland where we use it to build our own multilingual web applications.
**Note:** This is a **prerelease version** for testing purposes. Expect some breaking changes and renamed API methods before we reach a 1.0 release.
## Documentation
Learn how to install, set up and configure Gaois.Localizer on our documentation site [docs.gaois.ie](https://docs.gaois.ie/en/software/localizer).