Mindgaze.Languages
1.3.0
Install-Package Mindgaze.Languages -Version 1.3.0
dotnet add package Mindgaze.Languages --version 1.3.0
<PackageReference Include="Mindgaze.Languages" Version="1.3.0" />
paket add Mindgaze.Languages --version 1.3.0
#r "nuget: Mindgaze.Languages, 1.3.0"
// Install Mindgaze.Languages as a Cake Addin
#addin nuget:?package=Mindgaze.Languages&version=1.3.0
// Install Mindgaze.Languages as a Cake Tool
#tool nuget:?package=Mindgaze.Languages&version=1.3.0
Mindgaze.Languages library makes it easy to develop multilingual apps with language resources defined in JSON files which are validated to ensure consistency.
Features:
- External resources are supported via associations
- Easily include other resources with the help of relative file loading
- Have big multiline translations? Is it tedious to keep it in a single line JSON value, so it can be kept in a separate text file and loaded with the Load directive
Product | Versions |
---|---|
.NET | net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows |
.NET Core | netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1 |
.NET Standard | netstandard2.0 netstandard2.1 |
.NET Framework | net461 net462 net463 net47 net471 net472 net48 |
MonoAndroid | monoandroid |
MonoMac | monomac |
MonoTouch | monotouch |
Tizen | tizen40 tizen60 |
Xamarin.iOS | xamarinios |
Xamarin.Mac | xamarinmac |
Xamarin.TVOS | xamarintvos |
Xamarin.WatchOS | xamarinwatchos |
-
.NETStandard 2.0
- Microsoft.CSharp (>= 4.6.0)
- Mindgaze.Utilities (>= 1.0.1)
- Newtonsoft.Json (>= 12.0.2)
- Newtonsoft.Json.Schema (>= 3.0.11)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Mindgaze.Languages:
Package | Downloads |
---|---|
Mindgaze.Languages.AspNetCore
Complementary library for Mindgaze.Languages which facilitates access to multilingual resources and provides tag helpers to use with Razor. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Stabilizing for ASP.NET Core