My operation system is Window XP in Chinese. I'm running flex sdk > asdoc in command line. Asdoc picks up the system default language. How can I force it to be run in English language environment?
Related Questions in APACHE-FLEX
- How to Run flash applications in any browsers with out adding manual extensions in 2023
- Error: Infra Phase complete, 0/0 resources updated in 02 seconds
- How to replace HTMLLoader to display PDF inside air application
- Air desktop application CSS file and image url
- Flex conditional statement: set VGroup height according to Label Text
- D365 - Azure Devops - Git Repo - How to check the history of a file which is stored in separate folders in the Main branch
- How to access data from row in Grid while selecting it so that further it can be used in Text Field below in Adobe Flex (ActionScript)?
- Actionscript: Access of possibly undefined property id
- Adobe flex in 2021
- How i can add cron entry without time using chef
- Equivalent of parent parentDocument from flex
- Captive runtime packaging issue (Failed to load the AIR Runtime) under Catalina 10.15.7 with ADT
- Getting error while running curl command via chef
- How can I create a context menu on the fly in a textArea in AS3/AIR?
- Flex SDK installer fails to download https://github.com/swfobject/swfobject/archive/2.2.zip
Related Questions in FLASH
- Failing write/read on RH850 with NOR flash
- Unique ID to transfer guest account data from Adobe AIR to Unity
- flashplayer_32_sa: SecurityError: Error #2028: Local-with-filesystem SWF file
- what is the simplest way and what applications to use in making an exe file that runs .swf file assetss
- Does a physical filesystem works only for a specific type of storage media?
- when I try to enable flash encryption in esp32, the bootloader size is large . But I'm unable to find bootloader field in partition table
- Manage FIFO implemented in a non-volatile flash NOR memory
- create a quiz with actionscript 3
- How to connect two x16 nor flash to nor flash controller?
- Looping in Adobe Flash Professional CS6
- AOSP flahed to android emulator
- How do I compile Flash app files with mxml and as extensions?
- Winbond W25Q01 (1G-BIT) Flash erases 256-bytes not 4K and fails write-read-verify after address 0x07000000
- On Pixel 7a Android AOSP
- Defer implementation of interface functions to child class
Related Questions in FLEXBUILDER
- Flex Builder MXML Files to Haxe Conversion
- error 102: Invalide namespace error:http://ns.adobe.com/air/application/2.0
- Import flash.net.SecureSocket throwing error "Definition XXX could not be found"
- Flex Release build not including all files and folders in the exported release
- ColdFusion - I'm not familiar with this application
- How can I find what is hijacking backspace key in AS3?
- Flex mobile project with sqlite - debugging mode on device, cant find the database
- Changes made to Flex Builder project not being reflected in Firefox/IE
- Adding a button to a Flex mx datagridcolumn while retaining Label as itemRenderer?
- Strange behaviour of scrolling in flex mobile
- Amfast.TwistedChannel rpc dll not found
- How to prevent Textinput under List from capture input
- Disabling scroller making the wrapped items not to work
- flex error message label
- Any tutorial for onenote api integration for cross platform mobile app dev using Flex builder?
Related Questions in ASDOC
- Export browse window to MS Word using Stata asdoc
- How do I get the asdoc output table to show both the variable labels and value labels in Stata?
- How to get value labels as table title using asdoc command in stata?
- How to generate asdoc of Flex/AIR SDK it's self?
- ASDoc generation error
- Is it possible to configure ASDoc to check spelling in comments?
- Using "protected" instead "private" - Action Script 3
- Include @ in ASDoc comments without any errors?
- Generate ASDoc for ANE library
- What are the ASDoc tool alternatives?
- Why won't asdoc generate?
- How to build a SWC with documentation
- ASDoc fatal error
- Generating ASDoc for a Project that uses SWCs
- Creating AsDoc I keep getting "Error: Type was not found or was not a compile-time constant: "
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
What you needed is the Microsoft AppLocale Utility. It allows you to run an application in the locale you specified. You may change your system locale to English too, but then some of your Chinese applications may not run correctly.
Here is a step-by-step tutorial (with pictures) by Chris Lee. His tutorial describes how to run Japanese applications on Chinese Windows, but it's similar, just replace Japanese by English and it's all done :-).
Asuka Kenji
(from Hong Kong)