Hello!

I would like to find out what is set up as the "First Day of the Week" for a certain Windows system.

I think when I pass vbUseSystemDayOfWeek to Weekday(), VB gets this setting somehow.

I would like to ask how I could get to know it, too.

Thank you!

ps: The original reason for my question is the following:
My application is multilingual. It contains a calendar. I can easily fill the weekday names using WeekdayName(Weekday()), etc.
However, this only works for the current Windows language: The returned Weekday names are in the language of the OS.
I would like to get the weekday names for other languages to. So I have to first find out which weekday a given date is.
Since this depends on the First Day of the Week that is setup in Windows, I would have to retrieve this value something.

Thank you!