Tagged Questions
1
vote
0answers
57 views
changing language on application page
I am using following code to change the language of HTML form on application page:
<asp:Content ID="PageHead" ContentPlaceHolderID="PlaceHolderAdditionalPageHead" runat="server">
...
2
votes
3answers
61 views
Changing language of custom application page
I am new to SharePoint. I am creating a custom application page (small registration form). I want to give users a facility to change language of the registration form. Is this functionality is ...