Quick and easy problem

I have a variable like this in my Game.as class
public var:languageselect:string;

can i access this in my class file Level.as

They are in the same folder and used for the same project.

What i am doing is, in my Game class, parsing XML and storing all texts into various string variables, then using them to display text on my menus. However When im in my level class, i cannot access the strings. Is there anyway i can do this?