Skip to content

Instantly share code, notes, and snippets.

@sportebois
Created October 20, 2013 22:20
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sportebois/7076083 to your computer and use it in GitHub Desktop.
Save sportebois/7076083 to your computer and use it in GitHub Desktop.
How to change the langage of Flash Builder IDE

Flash Builder does not provide any setting to select the langage of your choice. The used locale is based on your OS locale. To select the locale of your choice (either to get the message in your own locale, or to get the default english error message, which are often more useful), you can just add a locale argument to your Flash Builder shortcut/alias :

Your default Flash Builder shortcut should be somethinf like this :

"C:\Program Files\Adobe\Adobe Flash Builder 4.7 (64 Bit)\FlashBuilder.exe"

You only have to add this argument :

"C:\Program Files\Adobe\Adobe Flash Builder 4.7 (64 Bit)\FlashBuilder.exe" -nl en_US

(and change en_US by the locale you're willing to have)

source: http://hohenbichler.blogspot.ca/2011/08/change-flash-builder-ide-language.html

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment