Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Excel
nameResults.xlsx
sheetDateFormat

Notes:

  • Because Basque and Mongolian are not fully supported in Java, their results are the same as English.

The SHORT format:

  • There are three orders as YMD, DMY and MDY.
  • They are separated with a slash, a hyphen or a dot.
  • Especially in Korea, it is separated with '. ' (dot and blank).

...

Excel
nameResults.xlsx
sheetMonth

Notes:

  • Because Basque and Mongolian are not fully supported in Java, their results are the same as English.
  • It seems that there are no differences except for the localizationtranslation.

Requirements in Sakai

  1. The date picker widget should be able to select or display those localized display those translated months.

Day of week

Investigation codes:

...

Excel
nameResults.xlsx
sheetDayOfWeek

Notes:

  • Because Basque and Mongolian are not fully supported in Java, their results are the same as English.
  • Most of the first day of week is Sunday or Monday.
  • Especially in Arabic, it starts from Saturday.

...

Excel
nameResults.xlsx
sheetTimeFormat

Notes:

  • Because Basque and Mongolian are not fully supported in Java, their results are the same as English.
  • There are 12-hour and 24-hour locales.

...

Excel
nameResults.xlsx
sheetAM PM

Notes:

  • Because Basque and Mongolian are not fully supported in Java, their results are the same as English.
  • Those AM/PM strings can be gotten by the above codes from the 24-hour locales.

Requirements in Sakai

  1. The time picker widgets should be able to select the localized AM/PM strings along with the current user's language preferences.

...

LanguageLocaleResult

Arabic

ar123,456.789

Basque

eu123,456.789

Catalan (Spain)

ca_ES123.456,789

Chinese (China)

zh_CN123,456.789

Chinese (Taiwan)

zh_TW123,456.789

Dutch (Netherlands)

nl_NL123.456,789

English (Australia)

en_AU123,456.789

English (New Zealand)

en_NZ123,456.789

English (South Africa)

en_ZA123,456.789

English (United Kingdom)

en_GB123,456.789

English (United States)

en_US123,456.789

French (Canada)

fr_CA123 456,789

French (France)

fr_FR123 456,789

Japanese (Japan)

ja_JP123,456.789

Korean (South Korea)

ko_KR123,456.789

Mongolian

mn123,456.789

Portuguese (Brazil)

pt_BR123.456,789

Portuguese (Portugal)

pt_PT123.456,789

Russian (Russia)

ru_RU123 456,789

Spanish (Mexico)

es_MX123,456.789

Spanish (Spain)

es_ES123.456,789

Swedish (Sweden)

sv_SE123 456,789

Turkish (Turkey)

tr_TR123.456,789

Vietnamese (Vietnam)

vi_VN123.456,789

Notes:

  • Because Basque and Mongolian are not fully supported in Java, their results are the same as English.
  • The thousands separator is a comma, a dot or a blank.
  • The decimal separator is a comma or a dot.

...