Andrew
Andrew

Reputation: 95

Flex/ActionScript: Support for localizing numbers and dates?

Does Flex/ActionScript offer support for localizing numbers and dates to a user's particular region?

Upvotes: 0

Views: 663

Answers (1)

cliff.meyers
cliff.meyers

Reputation: 17734

Flex supports it. Here's an entire chapter from the Flex docs on localizing apps:

http://livedocs.adobe.com/flex/3/html/l10n_1.html

Here's a section on localizing dates, times and currencies:

http://livedocs.adobe.com/flex/3/html/l10n_7.html#161909

Upvotes: 2

Related Questions