You need to be more specific. If you're running a web app is highly porbably to save that into a cookie on user computer. You pass that to flash as input parameter and precess it when flex loads (mainappp creationComplete or something - you'll have it in the :parameters" variable in the main app). if you want to read it form client's computer that is doable to google it for some solution it must be there. There are lots of utlities functions inside the framework.
HTH, Claudiu ----- Original Message ---- From: Ciby Jose <[EMAIL PROTECTED]> To: [email protected] Sent: Thursday, October 16, 2008 1:20:09 PM Subject: [flexcoders] Locale in Flex How do I Get Client specific System Locale in flex suppose if the client is working in japan the locale i want is ja_JP or if he is in us locale i want is en_US

