Hi,
In a function I use in Appwrite Cloud, I would like to get the locale of the user to translate my response accordingly.
I use the dart sdk, and set the locale in the client.
When debugging, I see that in the Future<Response> call that the header is well set with: "X-Appwrite-Locale" -> "fr_FR", which seems fine.
When logging all headers in the function call, I can not find this header, can someone explain what I am doing wrong?
Recommended threads
- Relation Question
How do I create a relation from table y to an others x.$id. in my example I have a users table where I use Appwrites unique User IDs and I want other tables fo...
- Unknown attribute type: varchar / text
Since the `string` type is deprecated I tried using `varchar` and `text` in some newer tables, but when running `appwrite pull tables && appwrite types ./src/li...
- I'm experiencing a critical bug on Appwr...
Hey <@870607367597850624> team / support 👋 I'm experiencing a critical bug on Appwrite Cloud that's blocking my production Flutter app. I've already filed GitH...