Monday, December 10, 2007

Line feed in Flex ResourceBundle

A small hint if you need a line feed in your Flex resource bundle property value:
\n needs to be written as \\n
Seems not very intuitive, but is logical when you think about how the strings get processed.

No comments: