Im facing problem language is not converting in other module works fine those component which are in app module not in user module components. my translation related work is in Shared module,
i have multiple modules like
Main App module
Shared Module (Translation inside this module as per as library instructed https://github.com/ngx-translate/core)
User Module (language is accessible but not converting)
"@ngx-translate/core": "^11.0.1",
"@ngx-translate/http-loader": "^4.0.0",
Example: https://stackblitz.com/edit/angular-w2afh1
If you click home login or register and change the language it will be change but not in profile page
Im facing problem language is not converting in other module works fine those component which are in app module not in user module components. my translation related work is in Shared module,
i have multiple modules like Main App module Shared Module (Translation inside this module as per as library instructed https://github.com/ngx-translate/core) User Module (language is accessible but not converting) "@ngx-translate/core": "^11.0.1", "@ngx-translate/http-loader": "^4.0.0", Example: https://stackblitz.com/edit/angular-w2afh1 If you click home login or register and change the language it will be change but not in profile page