Windows language code for an excel report
The language code is useful only when you are going to share your report with other colleagues who live in other countries. As you know, Germany, Canada, Japan, Argentina, US, France and others have a different version even if the language is in English.
When I said version I mean Japanese version, US version, Russian version, Italian version, etc. Generally, in big companies, most but not all installed versions are using English, the others are using the local language.
So if other colleagues from the same country is using your file, there is no issue to work with the date but for others in other country, it will be a problem depending of the tasks. For instance, sharing an excel file between Spain and Germany, the date is incompatible.
It is not a problem to format the cell by showing the date differently. For instance, in Europe, the date is DD/MM/YYYY and in US, it is MM/DD/YYYY so you can format the cell as you want, you will not see an issue, the issue will appear when your US colleagues will use the same file as you.
In such situation, you will need to include the language code. For instance, for US, the code is 409. Well in the Microsoft page, it will show 0x0409 so formatting the cell, you have to put:
[$-409]dd/mm/yyyy
So if your colleagues from other countries will tell you that they got an error because of the date and not you, use the language code.
To known the correct code for each country, go to the official Microsoft language code webpage.
Interesting Topics
-
Be successfully certified ITIL 4 Managing Professional
Study, study and study, I couldn’t be successfully certified without studying it, if you are interested...
-
Be successfully certified ITIL 4 Strategic Leader
With my ITIL 4 Managing Professional certification (ITIL MP) in the pocket, it was time to go for the...
-
Hide visual and change background color based on selection
Some small tricks to customize the background colour of a text box...
-
Stacked and clustered column chart or double stacked column chart
In excel, I use a lot the combination of clustered and stacked chart...