Humanizer.Vocabularies
Vocabularies Class
Container for registered vocabularies. At present, only a single vocabulary is supported: Default.
public static class Vocabularies
Inheritance System.Object → Vocabularies
Properties
Vocabularies.Default Property
The default vocabulary used for singular/plural irregularities and custom acronym casing. Rules and acronyms added to this vocabulary are used by Singularize(), Pluralize(), and Humanize(). At this time, multiple vocabularies and removing existing rules are not supported.
public static Humanizer.Vocabulary Default { get; }