MessageFormat 0.1.3
See the version list below for details.
dotnet add package MessageFormat --version 0.1.3
NuGet\Install-Package MessageFormat -Version 0.1.3
<PackageReference Include="MessageFormat" Version="0.1.3" />
<PackageVersion Include="MessageFormat" Version="0.1.3" />
<PackageReference Include="MessageFormat" />
paket add MessageFormat --version 0.1.3
#r "nuget: MessageFormat, 0.1.3"
#addin nuget:?package=MessageFormat&version=0.1.3
#tool nuget:?package=MessageFormat&version=0.1.3
PHP has it. Java has it. Even JavaScript has it. It's time .NET joined in with support for the ICU Message Format.
How would you format "He found 1 result in 4 categories", or "She found 3 results in 1 category" without bloating your code with a billion if-statements? And when you have to translate it, then what?
How about something like:
var pattern = @"{Gender, select,
male {He}
female {She}
other {They}
} found {ResultCount, plural,
zero {no results}
one {one result}
other {# results}
} in {CategoryCount, plural,
zero {0 categories}
one {one category}
other {# categories}
}.";
var mf = new MessageFormatter();
var result = mf.FormatMessage(pattern, new {
Gender = "male",
ResultsCount = 3,
CategoriesCount = 1
});
Check the README for more information.
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.
NuGet packages (4)
Showing the top 4 NuGet packages that depend on MessageFormat:
Package | Downloads |
---|---|
BioEngine.Core
Package Description |
|
Shinya.Core
Shinya.Framework |
|
Tp.I18n
Public interfaces for Targetprocess internationalization |
|
I18Next.Net.ICU
Package Description |
GitHub repositories (5)
Showing the top 5 popular GitHub repositories that depend on MessageFormat:
Repository | Stars |
---|---|
files-community/Files
A modern file manager that helps users organize their files and folders.
|
|
marticliment/UniGetUI
UniGetUI: The Graphical Interface for your package managers. Could be terribly described as a package manager manager to manage your package managers
|
|
revenz/FileFlows
FileFlows is a file processing application that can execute actions against a file in a tree flow structure.
|
|
5cover/WinClean
Windows optimization and debloating utility.
|
|
hpavlo/Rememory
Rememory | Clipboard Manager
|
Version | Downloads | Last Updated |
---|---|---|
7.1.3 | 38,388 | 3/3/2025 |
7.1.2 | 53,048 | 10/14/2024 |
7.1.1 | 8,248 | 9/28/2024 |
7.1.0 | 152,549 | 10/11/2023 |
7.0.0 | 12,559 | 8/22/2023 |
6.0.2 | 37,388 | 1/1/2023 |
6.0.1 | 546 | 12/23/2022 |
6.0.0 | 92,703 | 1/15/2022 |
5.0.1 | 56,486 | 4/27/2021 |
5.0.0 | 5,899 | 4/26/2021 |
4.0.0 | 91,930 | 12/5/2020 |
3.0.1 | 1,829,539 | 7/11/2018 |
3.0.0 | 1,644 | 7/10/2018 |
2.1.0 | 46,362 | 3/19/2018 |
2.0.1 | 22,863 | 6/27/2017 |
2.0.0 | 24,213 | 4/26/2017 |
1.1.0 | 7,886 | 1/12/2017 |
1.0.2 | 71,961 | 10/1/2015 |
1.0.1 | 1,559 | 9/8/2015 |
1.0.0 | 1,575 | 8/25/2015 |
0.1.7 | 1,542 | 8/25/2015 |
0.1.6 | 1,495 | 8/19/2015 |
0.1.5 | 2,550 | 4/13/2015 |
0.1.4 | 1,827 | 12/17/2014 |
0.1.3 | 1,746 | 12/6/2014 |
0.1.2 | 1,724 | 12/6/2014 |
0.1.1 | 1,801 | 12/6/2014 |
0.1.0 | 1,933 | 12/6/2014 |