Info
Version: | 3.2.0-alpha |
Author(s): | Daniel Cazzulino, kzu, Clarius |
Last Update: | Monday, December 30, 2019 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | http://netfx.codeplex.com/ |
NuGet Url: | https://www.nuget.org/packages/netfx-System.StringResources |
Install
Install-Package netfx-System.StringResources
dotnet add package netfx-System.StringResources
paket add netfx-System.StringResources
netfx-System.StringResources Download (Unzip the "nupkg" after downloading)
Dependencies
Tags
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.