Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 825 Bytes

File metadata and controls

25 lines (17 loc) · 825 Bytes

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; }

Property Value

Vocabulary