Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Different currencies #30

Open
davidpflugpeil opened this issue Nov 20, 2015 · 1 comment
Open

Different currencies #30

davidpflugpeil opened this issue Nov 20, 2015 · 1 comment

Comments

@davidpflugpeil
Copy link

I would like to implement this library in my app but I am concerned about whether this app can handle multiple currencies or not.

Amounts in Euro are usually displayed with the € at the end and not at the begging like $.

125,78€
$56.34

Is this library capable of switching the currency sign from the begging to the end?

Thanks in advance

@ayanonagon
Copy link
Contributor

Hi! You can set locale on VENCalculatorInputView to get , but for the suffix, you’ll have to roll your own UITextField to support that.

Let me know if you have any questions. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants