Localization
FastReport Business Graphics
can be localized to any language. The distribution includes translation files in the Localization
folder.
Switching localization from the code
You can switch localization from the code as follows:
FastReport.BG.Utils.Res.LoadLocale("Russian.fcl");
An overloaded method is also available to load a locale file from Stream
.
You can switch to the English locale using the following code:
FastReport.BG.Utils.Res.LoadEnglishLocale();
Translating resources to another language
In the Professional edition, you can use the base resource file in the English languageFastReport.BG\Resources\en.xml
.
If you do not have a subscription to the Professional edition, you can request this file by sending an email to support@fast-report.com.
The result of the translation of this file should be saved in a file with a name relevant to the target language. You also need to change the extension to *.fсl
.
The translated file should be sent to support@fast-report.com.