Just so I don't forget this is the syntax.
Imports Lan = Langauge
Where Language is the namespace and Lan is the alias.
And not the other way round which I apparently find more logical.
Especially usefull if you got a namespace and a variable that share the same name (which shouldn't happen

).