killbill
killbill copied to clipboard
Issue in uploading catalog/invoice translation
The following error occurs while invoking the Upload Catalog Translation/ Upload Invoice Translation endpoints via Java code:
Invalid locale format: en_US/
On further investigation, it was founded that these methods first upload the translation file and then fetch the translation file contents via the location
header. The error occurs while fetching the translation file using the location header and is most probably because the locale
is not retrieved properly from the location
header.