ASP allowed multiple languages to be used on a single page.
Because of ASP.NET's compiled nature, it supports only a single language on a page. However, it is still possible to have multiple pages, each with a separate language, within a single application.
Originally posted by murugavelmsc
hi,
in asp.net, is it possible to use more than one languages in a single .aspx page.
Comment