Reverse Geocoding Display Name Language? #243
-
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 6 replies
-
|
Hello, Can you please show a screenshot where a Japanese language is displayed so I understand your case properly? Thanks |
Beta Was this translation helpful? Give feedback.
-
|
This issue is fixed in release After that go to Geocoding Management page (app/geocoding-management), select the rows you want to update and click on "Reconcile selected" - select Photon and it will update the name to English. |
Beta Was this translation helpful? Give feedback.
-
|
I hope it worked for you. I'm gonna close this discussion as resolved. Feel free to reopen or raise a new issue if something doesn't work for you. |
Beta Was this translation helpful? Give feedback.




Ok, I found the difference. From browser it additionally sends header "Accept-Language: en-US", from java code obviously I don't do that. When I add "Accept-Language: en-US" I get the name in English, when I don't send this header - in Japanese.
Probably I should fix it permanently and always send this header (make it configurable, not all users of GeoPulse prefer English).
It's sad but I don't see any documentation on Photon website about this behavior :)