No content to show
User Activity
04-20-2023
Is this fixed for you now?When our app was reviewed yesterday, it was rejected due to this error.
02-13-2023
Thanks for your answer but useShopifyUserLocale doesn't exist in@Shopify/app-bridge-react@^3.7.2 Module '"@shopify/app-bridge-react"' has no exported member 'useShopifyUserLocale'.
Hi, I'm creating an app in two languages. What's the best way to retrieve the current admin language selected by the user to display the app in this same language if it exists? Thanks
02-09-2023
I've change the locale in my account on shopify, the admin displays in this new locale, but the primary_locale is still 'en'. I've tried both REST and GraphQL API. Btw the REST endpoints doesn't seem to require the read_locales scope. EDIT:After some...
02-09-2023
Hi,Thanks for your reply.Indeed, I've seen this endpoint on the GraphQL API, but it requires an extra HTTP query and the scope read_locales. I thought there was a simpler way to get this information using Polaris.Also if you're using this, how do yo...
Hi, I'm creating an app in two languages. What's the best way to retrieve the current admin language selected by the user to display the app in this same language if it exists?
I was wondering the same thing. So you run a cron job that checks the active subscription like this? query appSubscription {
currentAppInstallation {
activeSubscriptions {
id
name
test
status
creat...