I have written a firefox add-on and localized it for different countries.
e.g. made sure that /locale/: en-CA has the Canadian Google.ca ;)

Now the problem:

  • A canadian User wrote me, that he always has the US Version (his language settings was en-US) though we downloaded firefox from Canada.
  • A south African User downloaded Firefox in his country, too and his language setting was en-UK.

Is there a better way to localize a firefox addon? what would you do? popup a window after install to choose the language?

link|improve this question

I'm pretty sure it uses the locale of the build you are running. Since there isn't an en-ca build (mozilla.com/en-US/firefox/all.html), I don't think that would ever be used. – sdwilsh Mar 25 '11 at 23:11
true + thx, but how to reach these user? what about the south african version? - btw: en-CA -> 0,0674 % of addon user! – Lukas Mar 26 '11 at 8:04
You appear to be making a strong assumption that a user's locale is where they live, which isn't true. If you want to change data based on location, I suggest you use the geolocation API. – sdwilsh Mar 26 '11 at 19:08
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.