Modify languages path

GonzaloGonzalo Madrid
edited 8:08PM in FastReport .NET
Hi!
For code in my program, How I can modify the path of the directory that contains the languages files.

Thanks.
Regards.

Comments

  • edited 8:08PM
    Hello,

    Use the following code at the application start:
    Config.Root.FindItem("Language").SetProp("Folder", new_path);
    

    In the next daily build, you will be able to do it simpler:
    Res.LocaleFolder = new_path;
    
  • GonzaloGonzalo Madrid
    edited 8:08PM
    Great!

    Thank you!

    Regards.

Leave a Comment

Rich Text Editor. To edit a paragraph's style, hit tab to get to the paragraph menu. From there you will be able to pick one style. Nothing defaults to paragraph. An inline formatting menu will show up when you select text. Hit tab to get into that menu. Some elements, such as rich link embeds, images, loading indicators, and error messages may get inserted into the editor. You may navigate to these using the arrow keys inside of the editor and delete them with the delete or backspace key.