1
0
Fork 0
mirror of synced 2024-09-12 15:47:12 +12:00
appwrite/app/sdks/php/docs/locale.md

43 lines
707 B
Markdown
Raw Normal View History

2019-05-09 18:54:39 +12:00
# Locale Service
## Get User Locale
```http request
2019-10-09 17:16:38 +13:00
GET https://appwrite.io/v1/locale
2019-05-09 18:54:39 +12:00
```
2019-10-09 17:16:38 +13:00
** /docs/references/locale/get-locale.md **
2019-05-09 18:54:39 +12:00
## List Countries
```http request
2019-10-09 17:16:38 +13:00
GET https://appwrite.io/v1/locale/countries
2019-05-09 18:54:39 +12:00
```
2019-10-09 17:16:38 +13:00
** /docs/references/locale/get-countires.md **
2019-05-09 18:54:39 +12:00
## List EU Countries
```http request
2019-10-09 17:16:38 +13:00
GET https://appwrite.io/v1/locale/countries/eu
2019-05-09 18:54:39 +12:00
```
2019-10-09 17:16:38 +13:00
** /docs/references/locale/get-countries-eu.md **
2019-05-09 18:54:39 +12:00
## List Countries Phone Codes
```http request
2019-10-09 17:16:38 +13:00
GET https://appwrite.io/v1/locale/countries/phones
2019-05-09 18:54:39 +12:00
```
2019-10-09 17:16:38 +13:00
** /docs/references/locale/get-countries-phones.md **
2019-05-09 18:54:39 +12:00
2019-08-23 09:10:32 +12:00
## List of currencies
```http request
2019-10-09 17:16:38 +13:00
GET https://appwrite.io/v1/locale/currencies
2019-08-23 09:10:32 +12:00
```
2019-10-09 17:16:38 +13:00
** /docs/references/locale/get-currencies.md **
2019-08-23 09:10:32 +12:00