Hi,
I'm trying to change language to Frech for api v4 but i always get the default language of the browser instead.
is there a specific list of language code ?
Hi,
I'm trying to change language to Frech for api v4 but i always get the default language of the browser instead.
is there a specific list of language code ?
But first, i had to remove the parameter: lang: 'fr', into const options = {...}
Hi,
I try to change the wind unit from default 'kt' to 'km/h' using the method:
store.set('wind', 'km/h');
But i still get the default unit.
I'm was trying to change language to French like this:
..
const options = {
..
lang: 'fr',
..
}
..
Hi,
I'm trying to change language to Frech for api v4 but i always get the default language of the browser instead.
is there a specific list of language code ?