Module wmiutils :: Class LanguageDiscoverer
[hide private]

Class LanguageDiscoverer

source code

Discoverer determines the language of target system via WMI queries. Currently it implements the same flow as in shellutils. Supports both WMI and shell/wmic clients, however using it for shell is redundant since shellutils already detects language.

Instance Methods [hide private]
 
__init__(self, wmiProvider) source code
 
getLanguage(self) source code
 
_getOsInfo(self) source code
 
_getLanguageByOsLanguage(self, osLanguage) source code
 
_getLanguageByCodeSet(self, codeSet) source code