| Class implementing a dialog to add a new language to the project. 
        
            | Methods |  |  
        | __init__ getSelectedLanguage
 
 |  
            |  | __init__ |  
        | 
__init__ (
        self,
        parent=None,
        name=None,
        )
Constructor        Arguments
            parentparent widget of this dialog (QWidget)            namename of this dialog (string or QString) |  
            |  | getSelectedLanguage |  
        | 
getSelectedLanguage ( self )
 Public method to retrieve the selected language.        Returns            the selected language (QString) |  |