Weglot
WebsiteGithubSlack
Search…
⌃K
Links
Developer Documentation
WordPress
Getting Started
Helpers Functions
Hooks
Use cases
Lang attribute
Language Selector Styling
Change flag size
Exclude a Custom Post Type
Exclude the search page
Plugin Woocommerce: Translate all email sent to customers
Plugin WooCommerce: Translate Product URLs
Use custom language code (URL, lang and hreflang attribute)
Theme OceanWP: Use language selector in the main menu
Theme Avada: Use language selector in the main menu
LinkedIn Share Post: Translate oEmbed WP URL
Hide button on excluded page
Auto switch only for HomePage
Translate pdf for Woocommerce pdf invoice
Translate pdf with Gravity pdf
Translate Dublin core meta (or other meta)
How to no translate specific ajax action
How to get translated url programmatically
How to set WP locale based on Weglot current language
How to translate mail from Photo Reviews for WooCommerce
Javascript
Getting Started
Options
Javascript functions
Language link Hooks
Translate iframe
Advanced concepts
CMS Specific
Shopify
API
Reference
Powered By GitBook

Translate pdf for Woocommerce pdf invoice

Since the version 3.7 of Weglot plugin, you can translate pdf generate by WooCommerce PDF Invoices & Packing Slips plugin
By default, the translation is not activate.
To activate it:
// Add this using plugin "Code Snippet"
add_filter( 'weglot_translate_pdf', '__return_true' );
​
Previous
Auto switch only for HomePage
Next
Translate pdf with Gravity pdf
Last modified 7mo ago
Copy link