| callSaga | callSaga(sagaName: string,args: any[]): void | |
| changeLocale | changeLocale(locale: string): void | |
| constructor | new I18nService(notificationService: default) | |
| context | AppContext | |
| fetching | AnonymousObject<any> | |
| fetchTranslations | fetchTranslations(locale: string,namespaces: string[],options: ): void | |
| getLocaleUrl | getLocaleUrl(locale: string,ns: string,settings: AppSettings): string | |
| init | init(): void | |
| modifiers | AnonymousObject<any> | |
| notificationService | default | |
| setFetchingTranslations | setFetchingTranslations(fetching: boolean,locale: string,namespaces: string[]): void | |
| setLocale | setLocale(locale: string): void | |
| setTranslations | setTranslations(translations: AnonymousObject<any>,locale: string): void | |
| state | AnyState | |