pageFooter
Extension property to retrieve the localized page footer text for this ContinueNode.
This property extracts locale-specific footer text from the stage field's JSON structure. The footer is typically displayed at the bottom of the authentication screen to provide additional information, legal notices, or copyright text.
The stage field may contain:
{"pageFooter":{"en":"© 2026 Company","en-gb":"© 2026 Company Ltd","fr":"© 2026 Société"}}Content copied to clipboard
The localization matching follows this priority:
Exact locale match (e.g., "en_GB" or "en-gb")
Language-only match (e.g., "en" for "en_GB")
First available value if no match found
Return
The localized footer text, or an empty string if not available