88 packages tagged with “resx”
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.
LocalizationExtension is a really easy way to localize any type of DependencyProperties or native Properties on DependencyObjects
A typed string resource generator.
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.
Handle multi language support across Xamarin Forms, Xamarin.iOS , Xamarin.Android, Xamarin.Mac, tvOS, watchOS and UWP
Simple ResX reader/writer
Parser for XLIFF (XML Localization Interchange File Format) files.
ResXFileReader/Writer ported to netstandard. Currently only reader works.
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.
more flexible localization for ASP.NET Core
KGy SOFT Core Libraries offer high-performance and handy general libraries. Many of them aim to replace existing APIs of the original .NET framework with more efficient versions. Among others: - Useful extensions for simple types, collections, and others - High-performance collections - Fast enum handling - High-performance reflection API - Very compact binary serializer with safe mode - Powerful XML serializer - Resource managers for .resx resources with dynamic expansion support - Base classes for business objects and model classes with change tracking, editing, undo/redo capability and validation - Technology-agnostic command binding with disposable event handlers - Performance measurement and other diagnostic tools - and more... Just the most fundamental framework .dlls are referenced. No dependencies to any 3rd party libraries. Demo App: https://github.com/koszeggy/KGySoft.ComponentModelDemo Online Live Examples: https://dotnetfiddle.net/Authors/84474/koszeggy Online Documentation: https://koszeggy.github.io/docs/corelibraries Change Log: https://github.com/koszeggy/KGySoft.CoreLibraries/blob/master/KGySoft.CoreLibraries/changelog.txt
Community translations for the MudBlazor component library.
xlf to/from resx conversion tool
This package helps to add localization support for your Blazor. This mimics almost the same functionality as `.UseRequestLocalization` for Blazor ServerSide
Localization abstractions with resource manager store.
This package helps to load multiple resource asseemblies during the initial blazor wasm startup. Blazor wasm by default only downloads selected culture from CurrentCulture and if you change the culture dynamically later, you do have to reload the page to get new resource assemblies. With help of this package there is no such restriction.
Extracted from Windows.Forms ResXResourceReader and ResXResourceWriter classes with .NET Standard support.
.NET project file analyzers
For further information and updates please visit the projects page.
Sorts resx file alphabetically.
Converts the resx files in the project to corresponding .js files.
Central resource management library for C#
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.
Creates a class to access resx strings with named parameters and provides access to the resource keys to use with attribute-based validations. Features - Exposes resource entries format parameters as named method arguments - Exposes resource keys as constants to use in attribute-based validations - Organizes resource entries according to "area" delimited by underscore - Generates C# and VB.NET code - Integrates with Visual Studio to auto create and update Smart String Resources files - Generated namespaces and classes names and accessibility levels can be customized - Optional culture parameter can be specified - Works with team members that do not have Smart String Resources installed It is based on NETFx Smart String Resources but has more features like support to C# and VB.NET, optional culture parameter and Visual Studio extension to auto create and update files and generation of resource keys constants.
Cake.ResxConverter allows the use of ResxConverter via Cake script.
PluralNet
Library associated to ReswPlus
LocalizationExtension is a really easy way to localize any type of DependencyProperties or native Properties on DependencyObjects This package is signed with strong named. Public Key Token da17a8a04a0e3b31
Provides compilation of and automatic generation of code-behind files for *.restext and *.resx resource files.