Need help with localization
Posted: Fri Oct 24, 2008 2:33 am
Hello,
You have an amazing product. We are trying to make the buying decision and running some tests on it.
Most importantly, we are trying to get the designer to work in Turkish. So I copied the en.xml that is under bin/localization directory, translated the attributes to Turkish. After this I could not manage to load this xml. I have two very basic questions:
1. Where should the localization file tr.xml be placed for a web app?
2. I tried the following code:
Stimulsoft.Report.StiOptions.Configuration.DirectoryLocalization = @"C:\Program Files\Stimulsoft Reports Designer.Web 2008.2 Trial\Bin\Localization";
Stimulsoft.Report.StiConfig.LoadLocalization("tr.xml");
where should this code run? In the global.asax Application_Start event or somewhere else?
3. Finally are these two lines of code enough to load the turkish resource file if I place it in the correct place and execute them in the right event?
Best regards and thanks for the great product.
You have an amazing product. We are trying to make the buying decision and running some tests on it.
Most importantly, we are trying to get the designer to work in Turkish. So I copied the en.xml that is under bin/localization directory, translated the attributes to Turkish. After this I could not manage to load this xml. I have two very basic questions:
1. Where should the localization file tr.xml be placed for a web app?
2. I tried the following code:
Stimulsoft.Report.StiOptions.Configuration.DirectoryLocalization = @"C:\Program Files\Stimulsoft Reports Designer.Web 2008.2 Trial\Bin\Localization";
Stimulsoft.Report.StiConfig.LoadLocalization("tr.xml");
where should this code run? In the global.asax Application_Start event or somewhere else?
3. Finally are these two lines of code enough to load the turkish resource file if I place it in the correct place and execute them in the right event?
Best regards and thanks for the great product.