#arghh-invoice
1 messages · Page 1 of 1 (latest)
@kindred python unfortunately those text components of the automatically generated invoice items (items like for proration or trial periods) are not localised today and are always in English.
That's a shame. Thanks for the swift reply.
couldn't you get invoice information via API and translate to their language, send your own invoice?
Just a suggestion, not sure if it's possible as I haven't done much work
you can do that yes but then you have to rebuild an entire invoice and PDF and so on from the raw API data, duplicating all the work that has gone into to the Stripe invoice, so it's a lot of work unfortunately
Yeah it's a non-option for us. Thanks for the idea though, @abstract mirage
really the fix is Stripe should properly translate the item description(which is feedback I raise continually, and have bumped it again just now on foot of this)