Hello,

Please check if the section 'L10n testing for Firefox OS' in this
https://developer.mozilla.org/en-US/docs/Firefox_OS/Hacking_Firefox_OS/Localizing_Firefox_OSMDN
article can help.

Thank you


On Sat, Nov 23, 2013 at 1:21 AM, Wil Clouser <wclou...@mozilla.com> wrote:

> On Fri, Nov 22, 2013 at 11:38:55AM -0800, patrick.n....@gmail.com wrote:
> >
> > Hi,
> >
> > I _think_ I have now properly localized my app:
> >
> > https://marketplace.firefox.com/app/calcudoku
> >
> > for English, Spanish, and Dutch
> > (both in manifest and by editing the listing).
> >
> > But if I change my country setting to Spain or Venezuela,
> > for example, the app description stays in English.
> >
> > Something obvious I'm missing?
>
> Hi Patrick,
>
> Country and language are two independent variables (think, I speak French
> but I
> live in the US).  Your browser sends a header called accept-lang which the
> Marketplace uses to determine which language you would like to see.  You
> can
> override it with a URL parameter:
>
> US English: https://marketplace.firefox.com/app/calcudoku?lang=en-US
> Spanish: https://marketplace.firefox.com/app/calcudoku?lang=es
> Dutch: https://marketplace.firefox.com/app/calcudoku?lang=nl
>
> Cheers,
>
> Wil
> _______________________________________________
> dev-webapps mailing list
> dev-webapps@lists.mozilla.org
> https://lists.mozilla.org/listinfo/dev-webapps
>
_______________________________________________
dev-webapps mailing list
dev-webapps@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-webapps

Reply via email to