ietf-bcp-47 Questions

7

Solved

For some time, I've been using something like this to get my user's country (ISO-3166): const region = navigator.language.split('-')[1]; // 'US' I've always assumed the string would be similar t...
Colbert asked 29/8, 2016 at 19:35

1

Solved

Is there a clever way to get the BCP47 language code in Android for APIs less than 21? In API level 21+ the Locale.toLanguageTag is exactly what I need. How would you get this in lower API levels? ...
Santa asked 15/4, 2015 at 18:16

2

Solved

I am writing a server API for an iOS application. As a part of the initialization process, the app should send the phone interface language to server via an API call. The problem is that Apple use...
Wie asked 28/9, 2014 at 13:53
1

© 2022 - 2024 — McMap. All rights reserved.