Search found 3 matches

by rjking
Thu Jan 12, 2006 10:12 pm
Forum: Support
Topic: Saving Australian and other non-US English as RTF
Replies: 3
Views: 15301

Thanks Sergey. Setting the language ( using GetUserDefaultLangID() ) on all textstyles works well enough for our immediate purposes :) although there is still one glitch. The document works correctly in RV and when coupled with ISpell the spelling is correct (eg colour is correct for us, color is ...
by rjking
Thu Jan 12, 2006 6:38 am
Forum: Support
Topic: Saving Australian and other non-US English as RTF
Replies: 3
Views: 15301

A bit more info (this has occupied a few hours today!) Defined {$DEFINE RVLANGUAGEPROPERTY} in rv_defs.inc and rebuilt everything. Set language 3081 on textstyles[0] -- will need to load this somehow from Windows. Now we get the following header {\rtf1\ansi\ansicpg0\uc1\deff0\deflang3081 ...
by rjking
Thu Jan 12, 2006 6:02 am
Forum: Support
Topic: Saving Australian and other non-US English as RTF
Replies: 3
Views: 15301

Saving Australian and other non-US English as RTF

We save documents as RTF and want them to follow the Windows Language setting which is English (Australia). This is important as when the RTF document is opened in Word, we want the Australian English spell checker to be used not the English (US) spell checker. I have coupled TRichViewEdit to ISpell ...