<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Mon, Oct 5, 2015 at 12:20 PM, Peter Borbely <span dir="ltr"><<a href="mailto:pborbely@fairfaxmedia.com.au" target="_blank">pborbely@fairfaxmedia.com.au</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div class="gmail_default">QSettings().setValue('locale/userLocale', 'en_AU')</div></blockquote></div><br><br></div><div class="gmail_extra">For some reason that setting is null when the plugin asks for it but not in the options which I'm not sure why. This is a external plugin so the author will need that handle that case.  <br><br>Here are some workarounds for now.<br></div><div class="gmail_extra"><br></div><div class="gmail_extra">Run this:<br><br><span class="im">from PyQt4.QtCore import * <br>QSettings().setValue('locale/userLocale', 'en_AU')<br><br></span></div><div class="gmail_extra"><span class="im">You need to import the module and then use the settings class.<br><br></span></div><div class="gmail_extra"><span class="im">Or you can put the attached file into .qgis2\python\plugins\editablegeocsv folder.  I have patched this file so it should work.<br></span></div><div class="gmail_extra"><span class="im"><br></span></div><div class="gmail_extra"><span class="im">Regards,<br></span></div></div>