Found 188 packages
ResXFileReader/Writer ported to netstandard. Currently only reader works.
The tool converts Visual Studio resources (*.resx files) into client-side json/js files for loading via RequireJS i18n plugin (http://requirejs.org/docs/api.html#i18n) or i18next (http://i18next.com/). Please see detailed documentation on Project Home (GitHub) - https://github.com/evil-shrike/ResxToJson.
System.Resources.ResXResourceReader and System.Resources.ResXResourceWriter separated from System.Windows.Forms and packaged for .Net Standard. These classes are the baked-in .NET classes to programmatically read/update a ResX file.
A typed string resource generator.
MvvmCross is the .NET MVVM framework for cross-platform solutions, including Xamarin iOS, Xamarin Android, Xamarin Forms, Windows and Mac. This package contains the 'ResxLocalization' plugin for MvvmCross
Simple ResX reader/writer
LocalizationExtension is a really easy way to localize any type of DependencyProperties or native Properties on DependencyObjects
Localization abstractions with resource manager store.
Handle multi language support across Xamarin Forms, Xamarin.iOS , Xamarin.Android, Xamarin.Mac, tvOS, watchOS and UWP
Adds a T4 template to your C# project that, when transformed, generates a strongly-typed wrapper around every Resource File (*.resx) in the project. Useful for eliminating magic strings and where localizable Attributes are needed. See http://code.google.com/p/t4-resx/ for more details.
Converts the resx files in the project to corresponding .js files.
Cake.ResxConverter allows the use of ResxConverter via Cake script.
Sorts resx file alphabetically.
Parser for XLIFF (XML Localization Interchange File Format) files.
Bit.ResxTranslator
Suplements the built-in Resources .resx C# generator by generating a strong-typed class named Strings from the same .resx file, but exposing format parameters as method parameters and organizing strings in classes according to the resource name if it uses underscores. i.e. User_InvalidCredentials can be accessed with Strings.User.InvalidCredentials, and as a method if it had parameter replacements, which can even be named, like "Invalid email '{email}'". This makes it easier to refactor strings too.
A dotnet tool the scans resx files and IStringLocalizer used keys and generates an output file of these keys
Converts the resx files in the project to pseudo-loc resx file. lcid and lang name, eg : qps-ploc and 0501 https://msdn.microsoft.com/en-us/library/windows/desktop/dd319106(v=vs.85).aspx
MSBuild task that outputs specified keys from a resx file in RequireJS i18n format
Converts RESX files to JSON on build ready for Angular ngx-translate.