You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My translation are from Server side
Here is screen shot some label are in Arabic some are in English but translation for all are in both lan are available from server
The text was updated successfully, but these errors were encountered:
Here is my app initializer and App Factory
export function HttpLoaderFactory(http: HttpClient) {
return new TranslateHttpLoader(http, environment.apiUrl + 'localizations/json/', '.json');
}
export function appInitializerFactory(translate: TranslateService, injector: Injector, http: HttpClient, authService: LmsAuthService) {
return () => new Promise((resolve: any) => {
const locationInitialized = injector.get(LOCATION_INITIALIZED, Promise.resolve(null));
locationInitialized.then(() => {
http.get(environment.apiUrl + 'get-default-lang')
.subscribe(responseData => {
});
}
My translation are from Server side
Here is screen shot some label are in Arabic some are in English but translation for all are in both lan are available from server
The text was updated successfully, but these errors were encountered: