Hi,
In OAuth SignIn Screen,
Can I set the display language? example: jp / en / fr...
4 replies to this topic
#1
Posted 10 July 2012 - 07:22 AM
#2
Posted 10 July 2012 - 05:05 PM
No, the language is automatically set based on the user's device and browser.
#3
Posted 13 July 2012 - 04:08 PM
Specifically, we localize according to the Accept-Language header. Once the user is logged in, however, the OAuth authorization page is localized according to the user's Evernote display language preference, which they can set at https://www.evernote...ettings.action.
#4
Posted 17 July 2012 - 07:49 AM
Thanks a lot,
Now new problem is How to set Accept-Languge in browser?
I try to redirect in JSP file like below.
But no effect happened in SignIn screen after change other accept language.
It is alway displayed in Japanese.
May be this method will not work?
<%
String url = request.getParameter("url"); // example: url =https://sandbox.evernote.com/Login.action?targetUrl=%2F....
// test in IE browser
//response.setHeader("Accept-Language", "en-us");
//response.setHeader("Accept-Language", "de");
response.setHeader("Accept-Language", "fr");
//response.setHeader("Accept-Language", "de; q=1.0, en; q=0.5");
response.sendRedirect(url);
%>
Now new problem is How to set Accept-Languge in browser?
I try to redirect in JSP file like below.
But no effect happened in SignIn screen after change other accept language.
It is alway displayed in Japanese.
May be this method will not work?
<%
String url = request.getParameter("url"); // example: url =https://sandbox.evernote.com/Login.action?targetUrl=%2F....
// test in IE browser
//response.setHeader("Accept-Language", "en-us");
//response.setHeader("Accept-Language", "de");
response.setHeader("Accept-Language", "fr");
//response.setHeader("Accept-Language", "de; q=1.0, en; q=0.5");
response.sendRedirect(url);
%>
#5
Posted 17 July 2012 - 04:53 PM
As Seth explained, you can set you language on the following page: https://www.evernote...Settings.action
Also tagged with one or more of these keywords: oauth
Learn & Share →
Evernote for Developers →
Evernote PHP API with oAuthStarted by Asghar, 17 May 2013 |
|
|
||
Learn & Share →
Evernote for Developers →
Abruptly, we got 401 http status when getting request token.Started by zhanglizhe_cool, 10 May 2013 |
|
|
||
Learn & Share →
Evernote for Developers →
Evernote OAuth C# ?Started by dnovatchev, 02 May 2013 |
|
|
||
Learn & Share →
Evernote for Developers →
Evernote authentication using PHP.Create basic noteStarted by defender510, 10 Apr 2013 |
|
|
||
Learn & Share →
Evernote for Developers →
python and catching the callback oauth verifierStarted by Growlizing, 28 Mar 2013 |
|
|
0 user(s) are reading this topic
0 members, 0 guests, 0 anonymous users












