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">
...
0
votes
1answer
62 views
Change Language in ModalDialog without reload
I´ve got the following issue:
I want to change the Language of a .aspx Page, the NewForm.aspx. Therefor I created a WebPart which was added to the NewForm.
<div>
<a href="" ...
3
votes
1answer
237 views
Get UI language name in javascript
I need to get the name of the current UI language in a javascript file. I know the following trick:
SP.Res.lcid
But that gets the the LCID. What I really need is the two-letter iso name (like 'en', ...
13
votes
1answer
1k views
Change Sharepoint language with a link?
Is there a way to get the language-switch control as static link in the pagelayout?
I want my users to switch between German and English with a single click.
Sorry guys, found a solution :D
...