Hi !
Amazing job on this library, it is so usefull.
Howerver I'm strugling will one thing : does the ToString function support units in other languages ?It does support english units (KB, MB, GB), but I'm having trouble with french.
In french a byte is called an "octet", so the units are writen like "Ko", "Mo", "Go"...

I can do something like
myByteSize.ToString("GB").Replace("GB", "Go")
but it's not very clean.
Am I missing something ?
If not, any chance to see an internationalization feature in the future ?
Thanks :)
Hi !
Amazing job on this library, it is so usefull.
Howerver I'm strugling will one thing : does the ToString function support units in other languages ?It does support english units (KB, MB, GB), but I'm having trouble with french.

In french a byte is called an "octet", so the units are writen like "Ko", "Mo", "Go"...
I can do something like
myByteSize.ToString("GB").Replace("GB", "Go")but it's not very clean.
Am I missing something ?
If not, any chance to see an internationalization feature in the future ?
Thanks :)