I have a JSON file full of language codes that I want to import in as a string, the language file is located in a project of the solution full of "shared" resources. I'm a bit confused on the piece to be able to load in the file. I think I understand what to do after that but if there is a better way to do it please let me know. Thanks!
Project "ProjectName.Resources" in solution All.sln a. in folder Shared.Resources/Language Files/language_file.json
Trying to access language_file.json from project "ProjectName.Languages" also in solution All.sln
After loading in language_file.json I'll use newtonsoft to deserialize it