Hi,
Does anyone know if there is a possibilitiy to overrule locale settings in the i18n.gettext(). I.e. my language inis nl-NL (dutch) but I still want that i18n.gettext returns the values en-US from.
Kind regards,
Robert
Answered! Go to the Best Answer.
Fitbit Developers oversee the SDK and API forums. We're here to answer questions about Fitbit developer tools, assist with projects, and make sure your voice is heard by the development team.
You can't override the language at runtime, it'll only provide strings based on the currently selected language of the user, using the fallback defined in package.json if the user's language isn't supported by your app.
Best Answer
Fitbit Developers oversee the SDK and API forums. We're here to answer questions about Fitbit developer tools, assist with projects, and make sure your voice is heard by the development team.
You can't override the language at runtime, it'll only provide strings based on the currently selected language of the user, using the fallback defined in package.json if the user's language isn't supported by your app.
Best Answer