GraphQL -- Get customer's locale for every order that contains an item

Hello, I am new to using Shopify’s GraphQL.

I want to fetch the customer’s locale for every order that they have yet to not confirm.

I want to be able to use the customer’s locale (country code) on the Checkout/delivery page so that I can conditionally display a message to a customer.

I have looked into something like ( first: 10 where order > 1 ) and then paginating through orders, but I am unsure how to implement it. Please give me advice on how I can improve/fix my query.

Thank you