class documentation

class langdict(object): (source)

Constructor: langdict(filename)

View In Hierarchy

Load and provide access to the built-in ZMI language dictionary.

Method __init__ Parse the bundled language YAML file into manage-language and key mappings.
Method get_langdict Return the base language-dictionary mapping loaded from YAML.
Method get_manage_langs Return the list of available ZMI manage languages.
Instance Variable langdict Undocumented
Instance Variable manage_langs Undocumented
def __init__(self, filename='_language.yaml'): (source)

Parse the bundled language YAML file into manage-language and key mappings.

def get_langdict(self): (source)

Return the base language-dictionary mapping loaded from YAML.

def get_manage_langs(self): (source)

Return the list of available ZMI manage languages.

langdict = (source)

Undocumented

manage_langs = (source)

Undocumented