What is the correct approach for making the text displayed on my elements in my app configurable please?
For example I have an input form with a label that displays the text name, I’d like through config to change that to first name
If I wanted a config file containing all the labels and other elements listed as key value pairs or similar where I could change the displayed text what is the best approach, is it .env or json files or something else?
Thanks for your help