SecondLanguage 1.0.4
SecondLanguage lets you use Gettext files in .NET without a lot of hassle.
It can read and write both .mo and .po, and fully supports message contexts and plural forms.
A C-style printf formatter is included so you don't have to use .NET-specific translations.
Install-Package SecondLanguage -Version 1.0.4
dotnet add package SecondLanguage --version 1.0.4
<PackageReference Include="SecondLanguage" Version="1.0.4" />
paket add SecondLanguage --version 1.0.4
Release Notes
1.0.4.0 (October 27, 2017):
Fixed an exception on Mono when I18N libraries are not installed.
1.0.2.1 (August 4, 2015):
.mo file plural strings now save and load correctly when contexts are used.
1.0.1 (January 16, 2015):
Fixed a bug in the C printf formatter.
1.0.0 (April 21, 2013):
Initial release.
Dependencies
This package has no dependencies.
Used By
NuGet packages (2)
Showing the top 2 NuGet packages that depend on SecondLanguage:
Package | Downloads |
---|---|
PointlessArhitecture.Common
PointlessArhitecture Common
|
|
IdentityServer3.Contrib.Localization.UI
Contrib implementation of IViewLoader for IdentityServer3 views in multiple languages
|
GitHub repositories
This package is not used by any popular GitHub repositories.