Problem: if there are any mixture of languages or date format "dd/mm/yyyy" оr inappropriate number format 



Purpose:

The language and regional format displayed in the application depend on the browser language settings and, if specified, on the 1C startup parameters.

These settings may affect:

  • Interface language — English, Russian, etc.
  • Date format — e.g. 24/09/2022 or 09/24/2022
  • Number format — e.g. 1,000.50 or 1 000,50
  • Decimal separator — comma , or dot .
  • Thousands separator — comma ,, space, etc.

Common regional formats

Language / RegionDate formatNumber formatExample
Russian (Russia) – ru_RUdd.MM.yyyy1 000,5024.09.2022 / 1 000,50
English (United States) – en_USMM/dd/yyyy1,000.5009/24/2022 / 1,000.50
English (United Kingdom) – en_GBdd/MM/yyyy1,000.5024/09/2022 / 1,000.50
English (United Arab Emirates) – en_AEdd/MM/yyyy1,000.5024/09/2022 / 1,000.50

Solutions: there are several solutions to the issue

1) In browser - needful language should be set in the settings:

2) In desktop application:

 Use additional starting option to run client - add key "/Len" for the language:


 And "/VLen" for the date and number format:


And Both "/VLen/Len" for language, date and number format:


If it did not help - reinstallation of the the application is required. Delete and reinstall the application, select necessary language(use the manual for installation:1C Platform Installation (thin client)

NOTE: Systems Settings means that the application takes region settings of the PC:

 

3) When mixture of languages appears in print forms (for browser and application)

Go to Administration - Service settings - open a date format for print forms:

And set the needful language:

Thank you for being a FirstBIT customer!



  • No labels