I wanted to know how to make my web a multi-language website using angularjs so it won't load the whole page on click. i thought making a controller that have an array that has a language code for the whole site on each outer index like.
language [0]has name : name, last : lastlanguage [1]has the same in other language and when you will choose english the value of the ouuter index changes from 0 to 1 and so on...
what is the best way to do it?
language[0]{name:name,last:last}