Child pages
  • i18n

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Rev: 1384958006482
Div
styledisplay:none

DO NOT EDIT THE CONTENT OF THIS PAGE DIRECTLY (EXCEPT INSIDE THE DIV BELOW WITH ID=DESCRIPTION), UNLESS YOU KNOW WHAT YOU'RE DOING.
THE STRUCTURE OF THE CONTENT IS VITAL IN BEING ABLE TO AUTO UPDATE THE CONTENT THROUGH THE DOC GENERATOR. Enter additional information related to this 'class' inside the {div} macro with 'id=description'

Div
iddescription



HTML Table
id
classservoy sSummary
Colgroup Tag
Col
width80px
Col
Table Head (thead)
Table Row (tr)
styleheight: 30px;
Table Head (th)
colspan2
Method Summary
Table Row (tr)
Table Cell (td)
String[]
Table Cell (td)
getAvailableTimeZoneIDs()
Get the list of available time zones.
Table Row (tr)
Table Cell (td)
String[]
Table Cell (td)
getCountries()
Gets the list of countries available for localization
Table Row (tr)
Table Cell (td)
String
Table Cell (td)
getCurrentCountry()
Gets the current country; based on the current locale settings in the Servoy Client Locale preferences.
Table Row (tr)
Table Cell (td)
String
Table Cell (td)
getCurrentLanguage()
Gets the current language; based on the current locale settings in the Servoy Client Locale preferences.
Table Row (tr)
Table Cell (td)
String
Table Cell (td)
getCurrentTimeZone()
Gets the current time zone of the client; based on the current locale settings in the Servoy Client Locale preferences.
Table Row (tr)
Table Cell (td)
String
Table Cell (td)
getDefaultDateFormat()
Gets the current default date format; based on the current locale settings in the Servoy Client Locale preferences.
Table Row (tr)
Table Cell (td)
String
Table Cell (td)
getDefaultNumberFormat()
Gets the current default number format; based on the current locale settings in the Servoy Client Locale preferences.
Table Row (tr)
Table Cell (td)
String
Table Cell (td)
getI18NMessage(i18nKey)
Gets the real message (for the clients locale) for a specified message key.
Table Row (tr)
Table Cell (td)
String
Table Cell (td)
getI18NMessage(i18nKey, dynamicValues)
Gets the real message (for the clients locale) for a specified message key.
Table Row (tr)
Table Cell (td)
JSDataSet
Table Cell (td)
getLanguages()
Returns a dataset with rows that contains a language key (en) and the displayname (English) column.
Table Row (tr)
Table Cell (td)
JSDataSet
Table Cell (td)
getSystemMessages()
Returns a dataset with rows that contains 3 columns: 'key' (i18n key), 'reference' (reference text for that key) and 'locale ([CURRENT_LOCALE])' (where [CURRENT_LOCALE] is the current language) - with the system messages of servoy.
Table Row (tr)
Table Cell (td)
Number
Table Cell (td)
getTimeZoneOffset(timeZoneId)
Returns the offset (in milliseconds) of this time zone from UTC for the current date or at the specified date.
Table Row (tr)
Table Cell (td)
Number
Table Cell (td)
getTimeZoneOffset(timeZoneId, date)
Returns the offset (in milliseconds) of this time zone from UTC for the current date or at the specified date.
Table Row (tr)
Table Cell (td)
String[]
Table Cell (td)
getTimeZones()
Returns an array of known timezones.
Table Row (tr)
Table Cell (td)
void
Table Cell (td)
setI18NMessage(i18nKey, value)
Sets the value of i18n key for client scope,if value null the setting is removed.
Table Row (tr)
Table Cell (td)
void
Table Cell (td)
setLocale(language, country)
Set/Overwrite the locale for this client.
Table Row (tr)
Table Cell (td)
void
Table Cell (td)
setTimeZone()
Sets the current time zone of the client.

...