def GET(self, path):
     global LANG
     return "hello " + path + " "+ str(localies.country_LANG[GeoipTable.getCountry()]) + " " +  str(GlobalFunctions.GetURLdata()) + "  " + TranslationsTable.getText("Hello", LANG)