The above answer by Ted is not quite correct and would not work for me. You need to set binding culture in your specflow.json file for .net by doing the following:
{ "bindingCulture": { "name": "en-US" } }