How do I translate words, or change words on the frontend?
Translate or rename frontend wording
You can change every label (buttons, column headings, placeholders, etc.) without editing code.
Open the Wordings modal
- Edit any calculator in wp-admin.
- Click the Wordings icon in the builder header (admin/views/adminHeader.php renders it inside the dropdown).
- The modal lists every string grouped by context (Buttons, Totals, Email Quote form, Detailed List, etc.).
Update a phrase
- Locate the string you want to change (e.g., "Email Quote", "Subtotal", "Tax").
- Enter the translation or alternate label.
- Save. The change is stored per calculator so you can localize each embed independently.
Tips
- Use this feature to rename buttons (e.g., change "Email Quote" to "Submit"), swap "Tax" for "VAT", or provide multilingual labels.
- Pair with WordPress multilingual plugins if you need per-language calculators; each calculator can have its own wording set.
- The dedicated "Translation Feature" article still covers advanced workflows (exports, multi-language sites), but most updates can be done directly inside this modal.
No template or code edits required – just update the Wordings list and publish your calculator.
Updated on: 25/11/2025
Thank you!