I have a JSON file in my folders. I want to change the title value in index.html with the data in the JSON file.
I have a folder and there are 8 JSON files in this folder.
de.json
en.json
es.json
fr.json
The names of the variables in the JSON file are the same, but the content is different.
"concurrent-deviceManagement-manage": "Device Management"
"concurrent-deviceManagement-manage": "Situngsverwaltung"
"concurrent-deviceManagement-manage": "Gestion des sessions"
I want to replace the title data in the HTML with the content of the "concurrent-deviceManagement-manage"
variable in this JSON file.