PluralLocalizationFormatter
Formats values according to culture-specific pluralization rules.
Read time 1 minuteLast updated 11 days ago
Definition
- Type: Class
- Namespace: Unity.SmartStrings.Extensions
- Assembly: UnityEngine.SmartStringsModule
- Inherits from: FormatterBase
- Implements: IFormatter, IFormatterLiteralExtractor
public class PluralLocalizationFormatter : FormatterBase, IFormatter, IFormatterLiteralExtractor
Constructors
Constructor | Description |
|---|---|
| PluralLocalizationFormatter() | Creates a new instance of the formatter. |
Properties
Property | Description |
|---|---|
| SplitChar | The character used to split the option text literals. Valid characters are: | (pipe) , (comma) ~ (tilde) |