issues
search
opensource-emr
/
hospital-management-emr
A complete open source for electronic healthcare record management in Hospitals, Clinics and Pharmacy.
https://opensource-emr.github.io/hospital-management-emr/
MIT License
297
stars
205
forks
source link
Localization feature in AppMain for language English and French
#89
Closed
AggKapil
closed
11 months ago
AggKapil
commented
11 months ago
Task
Localization feature in AppMain for language English and French
Problem Statement
Add localization for app (English and French).
Solution
Install @ngx-translate/core
Install @ngx-translate/loader
imported TranslateModule in AppModule
Inject, Add and set default language from English (Default) and French.
added JSON files en.json for English and fr.json for French and then added some key value paired for each files.
Use Translate pipe for transforming to localized/selected language, bydefault English.
Screenshots
Task
Problem Statement
Solution
Screenshots