:: com :: sun :: star :: i18n ::

struct LocaleDataItem2
Base Hierarchy
LocaleDataItem2LocaleDataItem

Elements' Summary
decimalSeparatorAlternative Alternative input decimal separator, for example, "." if the regular locale dependent separator usually is not present on keyboards used with that locale.  
Elements' Details
decimalSeparatorAlternative
string decimalSeparatorAlternative;
Description
Alternative input decimal separator, for example, "." if the regular locale dependent separator usually is not present on keyboards used with that locale.

This separator is optional, an empty string denotes no alternative decimal separator shall be used.

Top of Page