Skip to main content
Version: 3.0.10 (latest)

Supported cultures and capabilities

Orientation

This inventory is generated for 3.0.10 from verified NuGet packages Humanizer and Humanizer.Core. The verified Humanizer assets target netstandard2.0, net48, net8.0, net10.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

net8.0, net10.0

assets. Clock notation is present in the

net8.0, net10.0

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 cultures for this version
Published culture
af
ar
az
bg
bn
ca
cs
da
de
el
en
es
fa
fi
fil
fr
he
hr
hu
hy
id
is
it
ja
ko
ku
lb
lt
lv
ms
mt
nb
nl
pl
pt
pt-BR
ro
ru
sk
sl
sr
sr-Latn
sv
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.