I'm having problem with City names on the google layer. Depending on browser language it's automatically pick the names of Cities on this language.
I have tried language setting here: http://dev.openlayers.org/releases/OpenLayers-2.11/doc/apidocs/files/OpenLayers/Lang-js.html#OpenLayers.Lang.setCode
But have no effect. Maybe i'm doing it wrong? How to apply this setting on current map object?
For example if language is english town name will be Riga, but if russian, then Рига. Is it possible somehow to turn this behavior off or force english only map, because when i set markers on one map, it looks different on another.
Resulting marker overlapping text and so on.
Thanks.