Activity › Forums › Adobe After Effects Expressions › Find out which language AE is running in expressions?
-
Find out which language AE is running in expressions?
Posted by Lloyd Alvarez on February 27, 2008 at 5:46 pmAnyone know if you can find out which language AE is running in in expressions?
Thanks,
Lloyd
Colin Braley replied 18 years, 2 months ago 3 Members · 5 Replies -
5 Replies
-
Colin Braley
February 28, 2008 at 6:03 amLloyd,
give this one a try:
$.locale
I just tried it out on my machine, and it returned the string “en_US”.
~Colin Braley
http://www.colinbraley.com -
Dan Ebberts
February 28, 2008 at 3:08 pmThat’s very cool. I had no idea that the $ object was accessible to expressions. What’s even more exciting is that the reflect object also appears to be accessible. Time for some experiments….
Dan
-
Colin Braley
February 29, 2008 at 12:13 amAfter messing around with the $ object, and some of the reflection stuff, I came across something pretty cool. Go into your AE Prefs file and set “EnableExpressionsDebuggingAtYourOwnRisk”, to “1” (meaning true)
Then, go into AE and create an expression and place the command $.bp() into an expression. This creates a breakpoint. Now, when the expression executes, you can debug it using the ESTK. I thought this was pretty cool. I also found out some other cool stuff using the $ object, hopefully Ill have time soon to write some stuff up about it and post it online.
~Colin Braley
http://www.colinbraley.com
Reply to this Discussion! Login or Sign Up