how can I get correct locale's format for Windows in Delphi ?
I trying to do next
LCID := 2048;
FormatSettings := TFormatSettings.Create(LCID);
but this doesn't work fine if set shortdate format as example '07-13\2012'. and variable will be equal
FormatSettings = 'MM/dd\yyyy' ?????
LCIDbe? – David Heffernan Jul 13 '12 at 11:49