Actions71
- Settings Actions
- Subscribers Actions
- Create Subscriber
- Manage Subscriber Lists By Query
- Get Subscribers
- Delete Subscriber By List
- Get Subscriber By Id
- Update Subscriber By Id
- Delete Subscriber By Id
- Manage Subscriber Lists
- Manage Subscriber List By Id
- Manage Blocklist By Subscriber List
- Manage Blocklist Subscribers By Id
- Export Subscriber Data By ID
- Get Subscriber Bounces By Id
- Delete Subscriber Bounces By Id
- Subscriber Send Optin By Id
- Delete Subscriber By Query
- Blocklist Subscribers Query
- Bounces Actions
- Import Actions
- Campaigns Actions
- Update Preview Campaign By Id
- Get Campaigns
- Create Campaign
- Get Campaign By Id
- Update Campaign By Id
- Delete Campaign By Id
- Get Running Campaign Stats
- Get Campaign Analytics
- Preview Campaign By Id
- Preview Campaign Text By Id
- Update Campaign Status By Id
- Update Campaign Archive By Id
- Create Campaign Content By Id
- Test Campaign By Id
- Media Actions
- Templates Actions
- Public Actions
- Miscellaneous Actions
- Admin Actions
- Logs Actions
- Lists Actions
- Transactional Actions
- Maintenance Actions
Overview
This node operation fetches a JSON language pack for internationalization (i18n) purposes. It is useful in scenarios where you need to dynamically load language-specific content or translations in your workflow, enabling multi-language support. For example, you can use this node to retrieve language packs for a user interface or application that supports multiple languages.
Use Case Examples
- Fetching the French language pack to display UI elements in French.
- Loading the Spanish language pack to provide localized content in a marketing campaign.
Properties
| Name | Meaning |
|---|---|
| Lang | The specific JSON language pack to retrieve, identified by its language code or name. |
| Request Options | Settings to customize the HTTP request behavior, including batching, SSL certificate validation, proxy configuration, and request timeout. |
Output
JSON
languagePack- The retrieved JSON language pack content for the specified language.
Dependencies
- Requires an API key credential for authentication to the Listmonk API or similar service providing the language packs.
Troubleshooting
- If the node fails to retrieve the language pack, check that the 'Lang' property is correctly set to a valid language identifier.
- Timeout errors may occur if the server is slow or unresponsive; increase the 'Timeout' setting if needed.
- SSL certificate errors can be bypassed by enabling 'Ignore SSL Issues', but this is insecure and should be used cautiously.
- Proxy settings must be correctly configured if your network requires routing through a proxy.