Comment 9 for bug 342411

Revision history for this message
Chris S. (cszikszoy) wrote : Re: [Bug 342411] Re: Clock Calendar shows Sunday at the start of the week

Hi, can open a terminal and type $ csharp

This should put you into a csharp shell, then type the following
(please use "Enter" to separate the lines in the csharp shell):
using System.Threading;
using System.Globalization;
Console.WriteLine (Thread.CurrentThread.CurrentCulture.Name);

2009/10/28 Ivars Strazdiņš <email address hidden>:
> Same here with LV locale.
> If this is Mono bug, where could it be reported?
>
> ivarss@kurmis:~$ locale
> LANG=lv_LV.UTF-8
> LC_CTYPE="lv_LV.UTF-8"
> LC_NUMERIC="lv_LV.UTF-8"
> LC_TIME="lv_LV.UTF-8"
> LC_COLLATE="lv_LV.UTF-8"
> LC_MONETARY="lv_LV.UTF-8"
> LC_MESSAGES="lv_LV.UTF-8"
> LC_PAPER="lv_LV.UTF-8"
> LC_NAME="lv_LV.UTF-8"
> LC_ADDRESS="lv_LV.UTF-8"
> LC_TELEPHONE="lv_LV.UTF-8"
> LC_MEASUREMENT="lv_LV.UTF-8"
> LC_IDENTIFICATION="lv_LV.UTF-8"
> LC_ALL=
> ivarss@kurmis:~$
>
> --
> Clock Calendar shows Sunday at the start of the week
> https://bugs.launchpad.net/bugs/342411
> You received this bug notification because you are a member of GNOME Do
> Core Team, which is subscribed to GNOME Do.
>
> Status in GNOME Do: Invalid
> Status in NULL Project: Invalid
> Status in Ubuntu: New
>
> Bug description:
> Docky's calendar shows Sunday as the first day of the week. ISO says the week starts on Monday.
>