I am trying to implement OAUTH flow for gmail account in my Email Client program on a mobile device. one of my main requirement is for the client program to Run successfully in south Korea. 1. During OAuth configuration, in the below shown screen, I get the link (below) where hl=ko and the entire content is shown in Korean language. The image shown is in English language though (only for reference purpose). https://accounts.google.com/o/oauth2/[email protected]&scope=https://mail.google.com+https://www.googleapis.com/auth/userinfo.email&response_type=code&redirect_uri=https://localhost/&state=state&client_id=630429409669-sqf58h8hoo7juk9p9t7du571uhge1kf9.apps.googleusercontent.com& *hl=ko*&from_login=1&as=20b8c24f6834da25 <https://accounts.google.com/o/oauth2/[email protected]&scope=https://mail.google.com+https://www.googleapis.com/auth/userinfo.email&response_type=code&redirect_uri=https://localhost/&state=state&client_id=630429409669-sqf58h8hoo7juk9p9t7du571uhge1kf9.apps.googleusercontent.com&hl=ko&from_login=1&as=20b8c24f6834da25> the same problem does not happen in India because I get below link where hl=ko is not present. *https://accounts.google.com/o/oauth2/auth?response_type=code&client_id=630429409669-sqf58h8hoo7juk9p9t7du571uhge1kf9.apps.googleusercontent.com&redirect_uri=https%3A%2F%2Flocalhost%2F&scope=https%3A%2F%2Fmail.google.com%20https%3A%2F%2Fwww.googleapis.com%2Fauth%2Fuserinfo.email&state=state&login_hint=f%40gmail.com* <https://accounts.google.com/o/oauth2/auth?response_type=code&client_id=630429409669-sqf58h8hoo7juk9p9t7du571uhge1kf9.apps.googleusercontent.com&redirect_uri=https%3A%2F%2Flocalhost%2F&scope=https%3A%2F%2Fmail.google.com%20https%3A%2F%2Fwww.googleapis.com%2Fauth%2Fuserinfo.email&state=state&login_hint=f%40gmail.com> <https://lh3.googleusercontent.com/-BDP1T9moAqo/VsW0m4sVV0I/AAAAAAAAAT4/gvEUit5uUKI/s1600/HL%253DKO.png> I want to know if there is anyway to avoid get this link with HL=KO in Korean server and get the English version?? 2. During Oauth configuration flow, if the Device Language is set to Korean, It still displays the page content in English. is there a way to get the Korean language content?? <https://lh3.googleusercontent.com/-UO8rWKU4LFk/VsW0W5-MRqI/AAAAAAAAAT0/3GCm7xFH1Ng/s1600/C-Userssanjeet.tiwariDesktop18thFeb_screenshot%2Bof%2BoauthLGKoreanimgs%2Bto%2BattachScreenshot_2016-02-18-15-27-53.png> Thanks a lot in advance. Regards, Shiva -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/android-developers. To view this discussion on the web visit https://groups.google.com/d/msgid/android-developers/66a0e0e0-1bf5-4c1e-aed8-c10f452ffb2d%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

