<% ns_set put [ns_conn outputheaders] "content-type" "text/html; charset=iso-8859-1" %> @header@

@title@

Your Workspace : Testing the language and localization API

Test 1

Verify that the message catalog loader ran successfully at server startup.

Word to lookupLanguageResults of catalog lookup
EnglishEnglish@english@
FrenchFrench@french@
SpanishSpanish@spanish@
GermanGerman@german@

Test 2

Verify that the <trn> ADP tag works when the user's preferred language is set to English, French, Spanish, or German.

Word to lookupResult when user's preferred language is @language@
English@trn_english@
French@trn_french@
Spanish@trn_spanish@
German@trn_german@

Test 3

Verify that data required to convert from local times for Europe/Paris into Universal Time is loaded into the database.

TimezoneStart dateEnd dateUTC offset
@tz_results.timezone@@tz_results.local_start@ @tz_results.local_end@@tz_results.utc_offset@

Test 4

Verify that the conversions between UTC and local time work correctly.

Oracle sysdate (should be UTC)@system_time@
Local time in Europe/Paris@paris_time@
UTC time (converted from Paris time)@local_time@
Local time in Tokyo, Japan@tokyo_time@
UTC time (converted from Tokyo time)@tokyo_utc_time@

Test 5

Verify the results of localization routines.

Routineen_US locale en_FR locale
Displaying a number @us_number@ @fr_number@
Parsing a number @us_parse@ @fr_parse@
Displaying a monetary amount @us_currency@ @fr_currency@
@us_label@ @fr_label@
Displaying a date @us_time@ @fr_time@

@footer@