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 32 # Recent projects list
33 33 self.recent_projects = []
34 34  
  35 + # GUI language
  36 + self.language = "en_GB" # "pt_BR", "es"
  37 +
35 38 def CloseProject(self):
36 39 print "-- CloseProject"
37 40 self.project_path = ()
... ...