Docs
API
  • thousandSeparator

    String

    Localization thousand separator.

    It is used if field format is number.

    Example

    
    new FancyForm({
      title: 'Localization - German',
      lang: {
        loadingText: 'Lade Daten ...',
        thousandSeparator: '.',
        paging: {
          of: 'von [0]',
          info: 'Zeilen [0] - [1] von [2]',
          page: 'Seite'
        }
      }
      ...
    });