diff -r ebc84c812384 -r 46218c8b8afa Symbian3/PDK/Source/GUID-EEAC5868-3A3B-5119-BEFC-AE82D612C55F.dita --- a/Symbian3/PDK/Source/GUID-EEAC5868-3A3B-5119-BEFC-AE82D612C55F.dita Thu Mar 11 15:24:26 2010 +0000 +++ b/Symbian3/PDK/Source/GUID-EEAC5868-3A3B-5119-BEFC-AE82D612C55F.dita Thu Mar 11 18:02:22 2010 +0000 @@ -1,44 +1,44 @@ - - - - - -Introduction -to locale settingsApplications use TLocale as their reference for -the conventions in use on a particular device. -

Conventions used for representing locale sensitive information, for example -date and time formatting, the currency symbol and units of measurement are -encapsulated by the TLocale class.

-

Using this class, applications can set and retrieve:

- -

Functions are provided for getting these values, which all applications -should honour. Functions are also provided for setting them, which should -normally only be used by a customisation application.

+ + + + + +Introduction +to locale settingsApplications use TLocale as their reference for +the conventions in use on a particular device. +

Conventions used for representing locale sensitive information, for example +date and time formatting, the currency symbol and units of measurement are +encapsulated by the TLocale class.

+

Using this class, applications can set and retrieve:

+
    +
  • the country code — up +to 3 digits corresponding to the international dialling prefix

  • +
  • the currency format — +including whether the currency symbol occurs before or after, whether negative +values are represented with brackets or a minus sign and whether triads are +allowed. Note that the currency symbol cannot be set from within TLocale. +Use User::SetCurrencySymbol() to set the currency symbol +and the TCurrencySymbol class to retrieve it.

  • +
  • numeric values — the +thousands separator, and decimal separator characters

  • +
  • date and time format — +for example, instance separator characters, ordering of date components, positioning +of am/pm text

  • +
  • calendar settings — +the first day of the week, which days are work days

  • +
  • time zone information +— a locale’s time offset from universal time, the zones +in which daylight saving is in effect

  • +
  • units of measurement — +imperial or metric

  • +
+

Functions are provided for getting these values, which all applications +should honour. Functions are also provided for setting them, which should +normally only be used by a customisation application.

\ No newline at end of file