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
| Name | Type | Description |
|---|---|---|
| lang | string = None | The language code used to look up specific format modules; if omitted, the system's current active language is used. |
Returns
| Type | Description |
|---|---|
list | A list of module objects containing localization formats for the specified language, retrieved from the internal cache or discovered via the format module path. |