VFP Visual FoxPro and Images, graphics, GdiPlus, GdiPlusX, FoxCharts, FoxPaint, charting, tips and tricks, code samples, VFPX, FoxyPreviewer etc...
2022-10-13
FoxyPreviewer3 and its files
FoxyPreviewer3 - Getting support
_Screen.oFoxyPreviewer.GetFoxyScript()
2022-10-06
FoxyPreviewer3 and localization strings
FoxyPreviewer's default language is English.
Right now there is suport to 22 languages: English, Portuguese, Spanish, French, German, Greek, Turkish, Czech, Persian, Arabic, Italian, Indonesian, Polish, Swahili, Russian , Simplified Chinese , Traditional Chinese , Dutch, Bulgarian, Hungarian, Kazakh and Serbian.
Special tweaks were applied to allow double-byte languages, such as Chinese and Japanese.
To change the default language there are 2 options:
1 - Setting the _Screen.oFoxyPreviewer object, by passing pass the English language name or the local language name - for instance, to change the language to French or spanish:
_Screen.oFoxyPreviewer.cLanguage = "SPANISH" && or _Screen.oFoxyPreviewer.cLanguage = "ESPANIOL" _Screen.oFoxyPreviewer.cLanguage = "FRENCH" && or _Screen.oFoxyPreviewer.cLanguage = "FRANÇAIS"
2 - Users can change by themselves to their desired language in the Settings form:
Some of the languages are not updated. FP3 brings new facilities and dialogs that still need to be updated..
I'll be happy to update the localizations table in the future updates.