Cookies concent notice

This site uses cookies from Google to deliver its services and to analyze traffic.
Learn more
Skip to main content
Say hello to Angular's future home!Check out Angular.devHome
/

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"