Provides the action GetCurrencyFormattedByLocale that formats a decimal based on the locale provided.
It also provides a list of all the Locales available for usage with GetLocales.
Provides the action GetDecimalFromLocaleDecimalString converts a Locale Decimal String (a decimal that was written in in a certain locale) into a valid Decimal.
It takes advantage of C#'s System.Globalization namespace and the CultureInfo and NumberFormatInfo classes.
-Fixed bug in the Chinese Extended and Financial rendering for some numbers;
- GetDecimalFromLocaleDecimalString now accepts currency symbols, and has an input to provide a currency in case it isn't the locale's symbol, otherwise it will use the currency from the locale (having the currency symbol in the string or not will lead to the same decimal output);