class documentation

class MultiLanguageObject(object): (source)

View In Hierarchy

Language selection helpers for content objects.

Method getDescendantLanguages Return descendant language ids below id, optionally as JSON response.
Method getLanguages Return language ids available to the current user (primary language first).
def getDescendantLanguages(self, id, REQUEST=None, RESPONSE=None): (source)

Return descendant language ids below id, optionally as JSON response.

def getLanguages(self, REQUEST=None): (source)

Return language ids available to the current user (primary language first).