Skip to main content

get_format_modules

Return a list of the format modules found.

def get_format_modules(
lang: string = None
) - > list

Return a list of the format modules found.

Parameters

NameTypeDescription
langstring = NoneThe language code used to look up specific format modules; if omitted, the system's current active language is used.

Returns

TypeDescription
listA list of module objects containing localization formats for the specified language, retrieved from the internal cache or discovered via the format module path.