Hi,
I want all labels, toolTips etc. in my Flex Viewer 2.1 application to show Swedish words, and of some weird reason that is not one of the six supported languages 🙂
Is it possible to somehow make my own Localization?
I'm thinking that won't be so easy, therefore I've been trying to find all strings and change them into Swedish in the code.
Right now I really can't find any way to change the drawing toolTips like "Click to start drawing". Anyone know how to do this?
Until I've been able to do that I thought I would just turn off the toolTips, I found the showDrawTips property in the API Reference but I haven't been able to figure out how to use it in the draw widget for example.