Actions
Feature #527
openCreate a Multi language support for the application
Status:
In Progress
Priority:
Normal
Assignee:
Pratyusha Atmakuri
Target version:
-
Start date:
28/05/2024
Due date:
06/06/2024 (about 11 months late)
% Done:
80%
Estimated time:
Spent time:
Deployed In:
Category:
Files
Actions
#2
Updated by Pratyusha Atmakuri 11 months ago
- File Language_Conversion.mov Language_Conversion.mov added
- File Language_Conversion.zip Language_Conversion.zip added
- Due date set to 06/06/2024
- Status changed from New to In Progress
- % Done changed from 0 to 80
Need to install this plugin
npm install @ngx-translate/core @ngx-translate/http-loader
Configure i18 files inside assets folder to load from the local (en.json, hi.json)
App.module.ts file has to change, please refer to attached code base for more info
Actions