Contact Sales: +1-888-365-2779
Community & Support
Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / ASP.NET > Spell > localizationpath
RadControls for ASP.NET are no longer supported (see this page for reference). In case you have inquiries about the Telerik ASP.NET AJAX controls, post them in the pertinent ASP.NET AJAX forums.

Not answered localizationpath

Feed from this thread
  • Jeffrey Byboth avatar

    Posted on Jul 28, 2008 (permalink)

    I am trying to set the localization path and it does not seem to do anything.

    I am trying to set it to a URL.  Is this allowable??

    LocalizationPath="http://localhost/GetSpellCheckLocalization"

    I am trying to integrate this in with our existing locaization framework.  Any other alternatives to this would be helpful.

  • Rumen Rumen admin's avatar

    Posted on Jul 31, 2008 (permalink)

    Hi Jeffrey,

    The LocalizationPath property expects a virtual path as a value, e.g.

     <radS:RadSpell id="RadSpell1" runat="server" LocalizationPath="~/Localization" ControlToCheck="textBox1" />


    Best regards,
    Rumen
    the Telerik team

    Check out Telerik Trainer, the state of the art learning tool for Telerik products.

Back to Top

Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / ASP.NET > Spell > localizationpath