UNPKG

ember-intl

Version:

Internationalization for Ember projects

8 lines (7 loc) 201 B
/** * Updates the locale as if the user had changed their preferred language. * * @function setLocale * @param {string} locale */ export declare function setLocale(locale: string): Promise<void>;