Cookies concent notice

This site uses cookies from Google to deliver its services and to analyze traffic.
Learn more
Skip to main content
This site is no longer updated.Head to Angular.devHome
/

This is the archived documentation for Angular v17. Please visit angular.dev to see this page for the current version of Angular.

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"