I have for example:
var locations = new google.maps.LatLng('@item.latitude', '@item.longitude', false);
@item.latitude value is for example: "43,321"
but i need it to be: 43.321
I need to force decimal separator as point not comma. How can I do this?