Customize geocoder language per user

ssan7 years ago

Is it possible to customize geocoder language per user by adding accept-language in the attributes field of the particular user or do I need to make the code change to make it work?

Anton Tananaev7 years ago

You would have to modify the code. Also, devices can be shared between users, so it might create some conflicts.

ssan7 years ago

Thanks for the response. Currently, geocoder related parameters are being initialized during "Make" process. What is the right approach to initialize Geocoder URL based on user properties? I am trying to get user preference language from "attributes" field. If it is not available then read from Config(XML).Any inputs would be helpful.

Anton Tananaev7 years ago

You should probably move URL building from constructor to actual request, so if user changes attributes, they will apply.