Localization.SqlLocalizer
latest
  • Overview
  • Quickstart
  • Configuration
  • Importing and Exporting
  • Cache Reset, live updates
  • IStringExtendedLocalizerFactory
  • Links Docs, Examples
  • Release History
Localization.SqlLocalizer
  • Docs »
  • Links Docs, Examples
  • Edit on GitHub

Links Docs, ExamplesΒΆ

ASP.NET Core Localization example

https://github.com/damienbod/AspNetCoreLocalization/tree/master/src/AspNetCoreLocalization

Angular Localization with ASP.NET Core

https://github.com/damienbod/Angular2LocalizationAspNetCore

This article shows how localized data can be imported and exported using Localization.SqlLocalizer. The data is exported as CSV using the Formatter defined in the WebApiContrib.Core.Formatter.Csv package. The data can be imported using a file upload.

https://damienbod.com/2016/07/15/import-export-asp-net-core-localized-data-as-csv/

Offical docs from Microsoft: Globalization and localization

https://docs.microsoft.com/en-us/aspnet/core/fundamentals/localization

EF Core Providers

https://docs.microsoft.com/en-us/ef/core/providers/

Next Previous

© Copyright 2017, damienbod. Revision a00b129c.

Built with Sphinx using a theme provided by Read the Docs.