Telize

PAID
By Frederic Cambus | Updated 9 days ago | Location
Popularity

9.8 / 10

Latency

82ms

Service Level

100%

Health Check

N/A

Back to All Discussions

Latitude / longtitude are returned in different format depending on locale

Rapid account: Canfiax
canfiax
8 years ago

After adding multilangual support for my Laravel 5 application, depending on the locale the user is currently at, the latitude and longtitude are returned differently. How can I force the locale to be โ€œenโ€ always?

English locale response:

array:9 [?
  "city" => "Copenhagen"
  "country" => "Denmark"
  "countryCode" => "DK"
  "latitude" => 55.6759,0
  "longitude" => 12.5655,0
  "region" => "Hovedstaden"
  "regionCode" => "17"
  "timezone" => "Europe/Copenhagen"
  "postalCode" => "2300"
]

Danish locale response:

array:9 [
  "city" => "Copenhagen"
  "country" => "Denmark"
  "countryCode" => "DK"
  "latitude" => 55,6759
  "longitude" => 12,5655
  "region" => "Hovedstaden"
  "regionCode" => "17"
  "timezone" => "Europe/Copenhagen"
  "postalCode" => "2300"
]	

(notice the latitude & longtitude comma/point difference)

Rapid account: Fcambus
fcambus Commented 8 years ago

Hello,

Telize is locale agnostic, it always send the same format (with dot) over the wire. Which means that the conversion happens within your application.

I donโ€™t know Laravel so I canโ€™t offer any assistance on this matter, sorry.

Best regards.

Join in the discussion - add comment below:

Login / Signup to post new comments