Editor's review
Form Flipper supports Eastern languages such as Chinese and Arabic. It is designed specifically for the reverse orientation common in Eastern scripts. It will automatically flip your form 180 degrees when it recognizes a language that calls for it.
Features: Form Flipper is component that helps flip a form 180 degrees when used in a language that requires right to left reading. This Com component works with another component that helps translate the form fields into appropriate language. Whenever applications need to be localized for countries that use this right to left orientation of languages, this component can take care of the functionality and the application writer need not worry about creating code for organizing this. You could easily address markets that use such languages for your application.
The code integrates easily with languages that use the COM environment such as Borland C++, Visual Basic, Visual C++, and Delphi etc. It supports other eastern languages such as Chinese also. It is easy to manage the code integration. The form flipper introduces just one line of code in the Form_Load event. The code segment for the form flipper function uses simple syntax and is easy to spot when reviewing your project. On installation the “DC_FormFlipper10.dll” is saved on the path C:Windowssystem32. Adding a reference to this DLL will load the DLL every time your application loads.
Overall: You might wonder if it is worth the bother of buying a special component for this simple a function. If just this is one thing you need then it may be worthwhile to just code the stuff yourself. But when dealing with lot of other complexities in an application, using this component could make sense as a means of simplifying things.
User comments