Fix for floating number representation for Locales which have floating point character different then '.'
Just added US locale when using String.format method in order to get floating point representation with '.' delimiter (required for default floating point parser)
Fix for floating number representation for Locales which have floating point character different then '.'
Just added US locale when using String.format method in order to get floating point representation with '.' delimiter (required for default floating point parser)
Fix for #125