+
${value.nativeName}
+
+ ${formatShortDateTimeWithYear(
+ this.date,
+ {
+ ...defaultLocale,
+ language: key,
+ time_format: TimeFormat.language,
+ },
+ demoConfig
+ )}
+
+
+ ${formatShortDateTimeWithYear(
+ this.date,
+ {
+ ...defaultLocale,
+ language: key,
+ time_format: TimeFormat.am_pm,
+ },
+ demoConfig
+ )}
+
+
+ ${formatShortDateTimeWithYear(
+ this.date,
+ {
+ ...defaultLocale,
+ language: key,
+ time_format: TimeFormat.twenty_four,
+ },
+ demoConfig
+ )}
+
+
+ `
+ )}
+