How can I make a language/string file and reference it in the HTML and code base? It would help reduce spelling errors, make it easy to change in one place, and easier to translate. Kind of like android studio's strings.xml.
Thanks.
It depends on the javascript framework that you're using behind the ionic-framework.
In case of angular , you can consider the ngx-translate , once you configure it , you can put your strings inside a json file , and you'll be using the keys to match the translations/full-text.