Page 1 of 1

StiWebViewer Localization

Posted: Wed Oct 23, 2013 11:59 am
by BestDaniel
Hi,

I have a problem with the localization of your StiWebViewer Control.
According to your manuals, I need to set the GlobalizationFile Property to the corresponding localization file you provide.
Ok, but my aspx page is located in a different physical path than the hosting application.
So the localization file is automatically searched in the wrong path.
How can I control or setup the path where the localization file is hosted ?
When I try to put a complete path in the GlobalizationFile it brings an "unsupported path" exception.
Any help is appreciated.

Thank you

Re: StiWebViewer Localization

Posted: Thu Oct 24, 2013 10:33 am
by Vladimir
Hello,

To load the localization file, the Page.Request.PhysicalApplicationPath path is used.
Please specify which path returns the specified property? By which physical path are located localization files?

Thank you.