adobe flex spellchecker for multiple language
I am trying to figure out the best way for doing spellcheck in flex application. I need a support of multiple languages, like: english, russian and so on. Also, I don't need a realtime spellchecking, only in some particular moment(for example, user click button: "check my text"). I found clientside solution here - flex:SpellCheck , but looks like 开发者_Python百科it able to check only english text. So now I am thinking serverside solution, that recieve a text and needed language, check it(for example with aspell) and returns result. How do you think: is this a good way or I am missing something?
Thanks.
You can check the Squiglly project on Adobe Labs - link
Quoting the page:
Squiggly is a spell checking engine for Adobe® Flash® Player and Adobe AIR®. The Squiggly library allows you to easily add spell checking functionality in any Adobe Flex® 3 or Flex 4 based text control. The distribution package consists of a utility for building your own spelling dictionaries, a sample English dictionary [...]
精彩评论