I want to build a JSON from the backend where the texts will come according to the language configured by the user.
In the backend I am using a Web API from .net and I want to take that JSON in the frontend AngularJS 5/6 and somehow I can use it if it is not possible to store it in a file or if it can be used as an object.
I have little experience in AngularJS, currently the frontend handles some JSON that is physically in the files of the frontend project.
Thank you in advance.