I'm using the GoogleMaps Datatype.
Works fine so far, when I call the value in my partial view with
var lat = CurrentPage.gm.lat;
I get something like 49.1239131231
But as soon as I set the Hostname Culture to German, the dot is missing and I just get something like 491239131231 (I think, in German, usually it should render a comma like 49,1239131231, but that is missing).
GoogleMaps Datatype
Hi,
I'm using the GoogleMaps Datatype. Works fine so far, when I call the value in my partial view with
I get something like 49.1239131231
But as soon as I set the Hostname Culture to German, the dot is missing and I just get something like 491239131231 (I think, in German, usually it should render a comma like 49,1239131231, but that is missing).
Any idea how to fix this?
is working on a reply...