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.
Altered Feature: Chinese decimal point numbers now are followed with direct numbers from 0-9 after the decimal point.
New Feature: zero rules were implemented similar to the NumbersToNative Component.