Terrycymru
April 25th, 2008, 09:58 AM
Since upgrading to Hardy yesterday I have lost the UK short date format DD/MM/YYYY for all applications and now have the US format MM/DD/YYYY. I have a thread about this in the Desktop Environment forum and am still seeking a solution.
I am writing here about a fix I have found to override the system settings for wine applications. I've found a solution that works for me in Quicken and Agent. Some apps take the short date format from ~/.wine/drive_c/windows/win.ini and some take it from ~/.wine/user.reg so it is necessary to amend both.
In user.reg look for sShortDate= under [Control Panel \\ International] and change to sShortDate="dd/MM/yyyy" .
In win.ini look for sShortDate= under [intl] and change to sShortDate="dd/MM/yyyy" .
I am writing here about a fix I have found to override the system settings for wine applications. I've found a solution that works for me in Quicken and Agent. Some apps take the short date format from ~/.wine/drive_c/windows/win.ini and some take it from ~/.wine/user.reg so it is necessary to amend both.
In user.reg look for sShortDate= under [Control Panel \\ International] and change to sShortDate="dd/MM/yyyy" .
In win.ini look for sShortDate= under [intl] and change to sShortDate="dd/MM/yyyy" .