Answers for "ValueError: Currency formatting is not possible using the 'C' locale."

0

ValueError: Currency formatting is not possible using the 'C' locale.

locale.setlocale( locale.LC_ALL, 'en_CA.UTF-8' )
// instead of
locale.setlocale( locale.LC_ALL, '' )
Posted by: Guest on July-14-2021

Code answers related to "ValueError: Currency formatting is not possible using the 'C' locale."

Browse Popular Code Answers by Language