1

Google の API コンソールを使用して API プロジェクトを作成しました。また、gmail リクエスト認証ページを実行するたびに、常に英語で表示されます。

しかし、私は別のものを作成し、リクエスト認証ページがベトナム語になりました。だから私はURLをチェックします、hl=vi。Google アカウントを変更したことはありません。私の言語は英語です。

https://accounts.google.com/o/oauth2/auth?&response_type=code&scope=https://www.googleapis.com/auth/userinfo.email+https://www.googleapis.com/auth/userinfo.profile+https://mail.google.com/mail/feed/atom+https://mail.google.com/&access_type=offline&redirect_uri=http://www.test.com/getdata&approval_prompt=force&state=/profile&client_id=123xyz.apps.googleusercontent.com&hl=vi&from_login=1&as=1234&pli=1

API コンソール ( https://code.google.com/apis/console/?pli=1#project:123456:access ) の設定も確認しましたが、ありません。

ホーム言語を英語に設定するアイデアはありますか?

4

1 に答える 1

1

認証 URL https://accounts.google.com/o/oauth2/authから「hl=vi」を削除するだけです。

于 2013-03-29T03:14:08.873 に答える