Add the custom parametersendMultilingualAsJsonObject=truein the General tab when you configure anExternal printinginterface.
Set up multilingual event fields in the ticket template
Prepare your ticket template and use this template when scheduling aTickets external printingfunction Example: event.name = ${Performance_hostTeam} - ${Performance_opposingTeam}
Ticket details hidden (Not displayed in the mobile ticket app)
ticketDetails.hidden.<sequence>.key
Static values
Multilingual value has not been supported in S-360 and TIXNGO yet
ticketDetails.hidden.<sequence>.value
Any values
*sequence:the order of information will be displayed on TIXNGO, the sequence is started from 0 and is independent in each section.
Initialize an S360 event and ticket detail label in TIXNGO Back Office
Prepare sample ticket per each kind of ticket for each event, and inject those tickets to TIXNGO system
All available labels will be displayed in the Edit event screen on TIXNGO Back Office
Can choose a language on the top right of Edit event screen to view and edit the event fields and ticket labels in multilingual
Ui tab
title
Inject by CSV file
Download CSV template file
Please download the CSV template file here. bluelargedownloadCSV Full Template for MultilingualDownloadhttps://backoffice.tixngo.io/assets/csv_template/complete-ticket-multilingual.csv
Using the CSV template file to prepare your data
To get more understanding of TIXNGO ticket's fields, you can check out this documentation truelinkUnderstanding TIXNGO Ticket InjectionUnderstanding TIXNGO Ticket Injectionhttps://developer.tixngo.io/pdf/TIXNGO-Injection-Doc.pdf
Supported multilingual fields:
event.group.name
event.group.image
event.name
event.name2(not in use)
event.website
event.address.site
event.address.city
event.address.line1
event.address.line2
event.address.line3
ticketDetails.main (values)
ticketDetails.extra (values)
ticketDetails.hidden (values)
For further information, please consult the Sample Multilingual Ticket. If you wish to inject the tickets directly into TIXNGO via API, you can also refer to this format.
javaRDarkSample Multilingual Tickettruetrue
Inject the prepared CSV file to TIXNGO
To begin, ensure that the naming of your CSV file adheres to the following convention: "<your free text>multilingual.csv". If the file name does not conform to this convention, errors may occur.
Go to CSV Injection screen on TIXNGO Back Office
Select your prepared CSV file and upload it to TIXNGO by clicking the submit button
The result of this action is displayed in the list below