flash.globalization
Aquí un pequeño avance de lo nuevo del nuevo Flash player de Adobe, y de Flash CS5, un conjunto de clases para manejar idiomas, tipo de formato de fechas, manejo en la forma de mostrar las nomenclaturas de las monedas (algo super importante para los que desarrollan e-commerce). Flash se está poniendo cada vez más robusto.
| Class | Description | |
|---|---|---|
| Collator | The Collator class provides locale-sensitive string comparison capabilities. | |
| CollatorMode | The CollatorMode class enumerates constant values that govern the behavior of string comparisons performed by a Collator object. | |
| CurrencyFormatter | The CurrencyFormatter class provides locale-sensitive formatting and parsing of currency values. | |
| CurrencyParseResult | A data structure that represents a currency amount and currency symbol or string that were extracted by parsing a currency value. | |
| DateTimeFormatter | The DateTimeFormatter class provides locale-sensitive formatting for Date objects and access to localized date field names. | |
| DateTimeNameContext | The DateTimeNameContext class enumerates constant values representing the formatting context in which a month name or weekday name will be used. | |
| DateTimeNameStyle | The DateTimeNameStyle class enumerates constants that control the length of the month names and weekday names that are used when formatting dates. | |
| DateTimeStyle | Enumerates constants that determine a locale-specific date and time formatting pattern. | |
| LastOperationStatus | The LastOperationStatus class enumerates constant values that represent the status of the most recent globalization service operation. | |
| LocaleID | The LocaleID class provides methods for parsing and using locale ID names. | |
| NationalDigitsType | The NationalDigitsType class enumerates constants that indicate digit sets used by the NumberFormatter class. | |
| NumberFormatter | The NumberFormatter class provides locale-sensitive formatting and parsing of numeric values. | |
| NumberParseResult | A data structure that holds information about a number that was extracted by parsing a string. | |
| StringTools | The StringTools class provides locale-sensitive case conversion methods. |