I suggest the following approach
Create a Generic List [1] named "country" for countries <Australia:au, India:in ...>Create state generic lists, one for each country, named (au-state / in-state), and add states in it.Create Cities generic lists, one for each state-country combination (in-hp-cities, ...