You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: clients/google-api-services-docs/v1/2.0.0/com/google/api/services/docs/v1/model/DateElementProperties.java
+24-9Lines changed: 24 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -32,7 +32,7 @@ public final class DateElementProperties extends com.google.api.client.json.Gene
32
32
/**
33
33
* Determines how the date part of the DateElement will be displayed in the document. If unset,
34
34
* the default value is DATE_FORMAT_MONTH_DAY_YEAR_ABBREVIATED, indicating the DateElement will be
35
-
* formatted as `MMM d, y` in `en_US`, or locale specific equivalent.
35
+
* formatted as `MMM d, y` in `en`, or locale specific equivalent.
36
36
* The value may be {@code null}.
37
37
*/
38
38
@com.google.api.client.util.Key
@@ -46,8 +46,13 @@ public final class DateElementProperties extends com.google.api.client.json.Gene
46
46
privatejava.lang.StringdisplayText;
47
47
48
48
/**
49
-
* The locale of the document, as defined by the Unicode Common Locale Data Repository (CLDR)
50
-
* project. For example, `en_US`. If unset, the default locale is `en_US`.
49
+
* The language code of the DateElement. For example, `en`. If unset, the default locale is `en`.
50
+
* Limited to the following locales: `af`, `am`, `ar`, `az`, `be`, `bg`, `bn`, `ca`, `cs`, `da`,
0 commit comments