//////////////////////////////////////////////////////////// // // Translated By : Mansour Tanhaei // Last update : 26 September 2009 // E-mail : sasan_vm@yahoo.com // // This resource update for FastReport 4.8 // // SUGGESTIONS: // - For use this resouce change: Winodws|Language options| // |Advanced|Language for non-Unicode program ... to Farsi. // // - Really don't need to link this resource with FastReport library you (developer) can use english resource and load // farsi resource for end user at run-time, You can use this way for multi language project. // // Sample code: // // ------------------------------------------- // C++ Builder // ------------------------------------------- // #include // // ... // .... // frxResources()->LoadFromFile(...); // or // frxResources()->LoadFromStream(...); // // ------------------------------------------- // Delphi // ------------------------------------------- // uses frxRes; // // ... // .... // frxResources().LoadFromFile(...); // or // frxResources().LoadFromStream(...); //