I’ve integrated the ticketing add-in. Now I want to print the tickets but the ticket fields are in English while the ticket content is in Dutch.
How can I make sure that EE3 uses the Dutch language for the fields also?
You’ll need to uncomment the strings you want to translate by removing the // from the beginning then adding your custom text within the empty ”. For example, this line:
//'Print Ticket' => '',
Would become:
'Print Ticket' => 'MY CUSTOM STRING',
Another solution is to load custom ticket templates from /wp-content/uploads/espresso/tickets/ and make changes to those templates.
Go to /wp-content/plugins/espresso-ticketing/
Copy the /templates/ directory within there and place it within /wp-content/uploads/espresso/tickets/
Within that location edit the index.php file (the default template) and change the phrasing within that file.
Viewing 3 reply threads
The support post ‘WP language is Dutch but ticket is in English?’ is closed to new replies.
Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.