Home > @tridion-sites/open-api-client > UserLocaleInfo
Represents the information about User locale.
Signature:
export type UserLocaleInfo = {
$type?: string;
AmDesignator?: string;
DayNames?: Array<string>;
FirstDayOfWeek?: string;
FullDateTimeFormat?: string;
LanguageCode?: string;
LanguageId?: string;
LocaleId?: string;
LongDateFormat?: string;
LongTimeFormat?: string;
MonthNames?: Array<string>;
PmDesignator?: string;
ShortDateFormat?: string;
ShortDateTimeFormat?: string;
ShortDayNames?: Array<string>;
ShortestDayNames?: Array<string>;
ShortMonthNames?: Array<string>;
ShortTimeFormat?: string;
};