TranslationWidth
enum
Deprecated
String widths available for translations. The specific character widths are locale-specific. Examples are given for the word "Sunday" in English.
API
enum TranslationWidth {}
Narrow
1 character for en-US
. For example: 'S'
Abbreviated
3 characters for en-US
. For example: 'Sun'
Wide
Full length for en-US
. For example: "Sunday"
Short
2 characters for en-US
, For example: "Su"
Jump to details