Commit 8fa4051bb27afc1b68d2610da8037d4b74030b88

Authored by tatiana
1 parent ec0af2cb

ENH: Session language

Showing 1 changed file with 3 additions and 0 deletions   Show diff stats
invesalius/session.py
@@ -32,6 +32,9 @@ class Session(object): @@ -32,6 +32,9 @@ class Session(object):
32 # Recent projects list 32 # Recent projects list
33 self.recent_projects = [] 33 self.recent_projects = []
34 34
  35 + # GUI language
  36 + self.language = "en_GB" # "pt_BR", "es"
  37 +
35 def CloseProject(self): 38 def CloseProject(self):
36 print "-- CloseProject" 39 print "-- CloseProject"
37 self.project_path = () 40 self.project_path = ()