Help Angular by taking a 1 minute survey!Go to surveyHome

TranslationWidth

String widths available for translations. The specific character widths are locale-specific. Examples are given for the word "Sunday" in English.

      
      enum TranslationWidth {
  Narrow
  Abbreviated
  Wide
  Short
}
    

Members

Member Description
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"