On this page
TranslationWidth
enum
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   | 
      
Abbreviated | 
       3 characters for   | 
      
Wide | 
       Full length for   | 
      
Short | 
       2 characters for   | 
      
© 2010–2023 Google, Inc.
Licensed under the Creative Commons Attribution License 4.0.
 https://v14.angular.io/api/common/TranslationWidth