Based on Language Locale code settings, currency format should be displayed in our web application related report.
In Crystal Reports for currency type we need to write different formulas for Symbol, Decimal Separation, Thousand separate, Symbol Position etc.
Note we have table having Language Currency code and Locale columns. Using this table we need to display different currency format for different Locale code. ISO 4217 codes will added dynamically to the Currency table.
Environment:
Sql Server 2008 R2 DB
.Net Webapplication
Crystal Reports for MS Visual Studio
Similar to SSRS (Sql Server Reporting Services) do we have any function to format currency value using Language settings instead of writing for different settings in Currency formatting?
Thanks
Jagannath PS