For stuff like this, I typically have a single generic lookup table with at least four columns:
id, type, value, description
That way,
1, LANGUAGE, 1, English
2, LANGUAGE, 2, Spanish
3, LANGUAGE, 3, Polish
4, CITY, 1, Bangladesh
5, CITY, 2, New York
6, CITY, 3, Tokyo
... and so on