Supported cultures and capabilities
Orientation
This inventory is generated for 2.11.10 from
verified NuGet packages Humanizer and Humanizer.Core. The verified
Humanizer assets target
netstandard1.0, netstandard2.0, net6.0, and their locale
evidence is culture packages declared by the verified metapackage; neutral en supplied by the verified API package.
DateOnly ordinals are present in the
net6.0
assets. Clock notation is present in the
none
assets. Those lists come from exact members in each package XML documentation file, not from a version-number assumption.
Example
Use the culture code in the first column with CultureInfo:
using System.Globalization;
using Humanizer;
var culture = CultureInfo.GetCultureInfo("pt-BR");
Console.WriteLine(123.ToWords(culture));
This published release predates the current canonical YAML model. Its culture list comes from locale dependencies in the verifiedHumanizer metapackage, plus neutralen from the verifiedHumanizer.Core package. It does not claim per-capability ownership that the packages cannot prove.
| Published culture |
|---|
af |
ar |
az |
bg |
bn-BD |
cs |
da |
de |
el |
en |
es |
fa |
fi-FI |
fr |
fr-BE |
he |
hr |
hu |
hy |
id |
it |
ja |
ko-KR |
ku |
lv |
ms-MY |
mt |
nb |
nb-NO |
nl |
pl |
pt |
ro |
ru |
sk |
sl |
sr |
sr-Latn |
sv |
th-TH |
tr |
uk |
uz-Cyrl-UZ |
uz-Latn-UZ |
vi |
zh-CN |
zh-Hans |
zh-Hant |
Pitfall
For current YAML coverage, do not read Platform as unsupported. Calendar and
numeric overrides exist only when Humanizer must replace platform-supplied
values. Conversely, neither a current Own/Via cell nor a historical package
dependency proves that one sample establishes complete linguistic correctness.
If output is wrong, use the correction path.
Open the correction guide or open a prefilled locale issue.
Version notes
The sibling language-coverage.json is generated separately for each docs
version. Current coverage uses the canonical source tree. Published snapshots
use their own verified NuGet packages; they never inherit the preview culture
inventory.