I am able to change the locale for cygwin but I want to use diskpart in cygwin and when i use "list disk" I want the results to be displayed in that locale
$ export LANG=fr_FR.UTF-8 //change the lcoale to french $ diskpart //to use diskpart $list disk // to list the disks details Disk ### Status Size Free Dyn Gpt -------- ------------- ------- ------- --- --- Disk 0 Online 20 GB 0 B But the result is displayed in english still :( Am I missing something?? Can you suggest a way to deal with such issue -- View this message in context: http://cygwin.1069669.n5.nabble.com/Change-the-locale-in-cygwin-terminal-for-diskpart-results-tp96611p96638.html Sent from the Cygwin list mailing list archive at Nabble.com. -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple