Yes, this would be a useful feature - we plan to add it to the next release.
If you need to do this before the next release, you could change the culture of the current thread, e.g.
Thread.CurrentThread.CurrentCulture = new CultureInfo("de-DE");
and change it back again after the operation. Not ideal but it should work for you.
Neat package.
I struggled a bit to handle donwloads from a unix server with
different culture context. It would be nice to have the parser constructor take
a culture argument.
thanks