Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / ASP.NET > Spell > globally set the radspell control
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 globally set the radspell control

Feed from this thread
  • Posted on Jan 26, 2010 (permalink)

    I was wondering if there was a way to set the radspell controls Dictionary language and Language properties globally across our application.  Our users select which language they want to use when they first log into our application.  Depending upon which language they want to use, we want to use that particular dictionary automatically.  Can we do this globally after the user picks their language or do we have to this on a page by page level.

  • Rumen Rumen admin's avatar

    Posted on Jan 29, 2010 (permalink)

    Hi Ranro,

    What you can do is to save the selected Language value by the user in the Session and set it as a value of the Language property of RadSpell.

    Another approach to set the Language value globally is by using a Skin file in a Theme. You can see these articles for more information: ASP.NET Themes and Skins Overview and Using Themes.

    Sincerely,
    Rumen
    the Telerik team

    Instantly find answers to your questions on the new Telerik Support Portal.
    Watch a video on how to optimize your support resource searches and check out more tips on the blogs.

Back to Top

Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / ASP.NET > Spell > globally set the radspell control