Found 23 packages
Handle multi language support across Xamarin Forms, Xamarin.iOS , Xamarin.Android, Xamarin.Mac, tvOS, watchOS and UWP
Package Description
Package Description
A C# and WPF apps translation library
Smart internationalization for ASP.NET-based web applications. The i18n library is designed to replace the use of .NET resources in favor of an easier, globally-recognized standard for localizing ASP.NET-based web applications. Supports ASP.NET MVC, ASP.NET Web API, ASP.NET WebMatrix / Web Pages and ASP.NET Web Forms.
Build cross-platform multilingual applications with Xamarin.Forms using the built-in .NET localization framework.
Handle multi language support across Xamarin Forms, Xamarin.iOS , Xamarin.Android, Xamarin.Mac, tvOS, watchOS and UWP
Asp.Net Core Tag Helpers to use when localizing Asp.Net Core applications instead of manually injecting IViewLocator. Usage To use these tag helpers add the following to your `_ViewImports.cshtml` file @addTagHelper *, Localization.AspNetCore.TagHelpers The package currently supports three tag helpers with the following usage cases: Usage with the tag name `<localize>Text to localize</localize>` Usage with a html attribute `<span localize>Text to localize</localize>` Ability to localize html attribute using the following: `<span localize-title='I'm the title to localize'>This won't</span>` Please see the documentation for all available attributes and their usage: https://wormiecorp.github.io/Localization.AspNetCore.TagHelpers/docs/helpers
Contains a static localizer for localizing applications using embedded resx/resource files. Used by projects maintained here: https://github.com/Jenssels1998
Smart internationalization for ASP.NET-based web applications. The i18n library is designed to replace the use of .NET resources in favor of an easier, globally-recognized standard for localizing ASP.NET-based web applications. Supports ASP.NET MVC, ASP.NET Web API, ASP.NET WebMatrix / Web Pages and ASP.NET Web Forms.
Classes for localizing the application
Xource - Localizing content of your MVC site with Excel spreadsheet using EPPlus The basic idea is to use Microsoft Excel worksheet as content container for MVC web sites.
Classes for localizing applications in more efficient way than Microsfot's way.
ASP.NET Core provides services and middleware for localizing into different languages and cultures. You can create XML, Json concretes as your repository.
C# class library for developing localizable applications. Armat.Localization.Core module contains basic functionality for localizing .net applications.
ASP.NET Core provides services and middleware for localizing into different languages and cultures. You can create EntityFramework core concretes as your repository.
Library for localizing UI strings
Classes for localizing applications in more efficient way than Microsfot's way.
Allows localizing SDV mods without the hassle and risk of moving the strings out of the C#. Also, it produces annotated translation files that make keeping translations up-to-date much easier.
Creating a multilingual website with ASP.NET Core will allow your site to reach a wider audience. ASP.NET Core provides services and middleware for localizing into different languages and cultures. In order to extend built-in localization structure of ASP.net Core, I extended it and you can create XML, Json or EntityFramework concretes as your repository, now. Below you can find configuration of each model.