[ Web Proxy ]
URL:
Viewing: https://angular.dev/api/common/TranslationWidth [Back]  [Original]

TranslationWidth Angular Skip to main content
menu
close
more_horiz
menuAPI
@angular/common

TranslationWidth

enum
deprecated

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

Deprecation warning

locale data getters are deprecated

orthos-back.svg [orthos-back.svg]

On this page

    arrow_upward_alt Back to the top

    API

        
          enum TranslationWidth {  Narrow: TranslationWidth.Narrow;  Abbreviated: TranslationWidth.Abbreviated;  Wide: TranslationWidth.Wide;  Short: TranslationWidth.Short;}
        
        

    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

    Web Proxy Viewer  |  New URL  |  Original Page