Before:
If LTR language: We add space after currency symbol.
If RTL language: We add space after currency symbol.
*Issue: Not working properly locales which adds currency symbol at the end even if the language is LTR. (Ex. Locale.FRANCE)
Now:
We add space both sides of currency symbol & trim outer spaces before return formatted string. Issue fixed!