import { ShopifyLanguage } from '@daffodil/driver/shopify'
A language.
interface ShopifyLanguage {
__typename: "Language"
endonymName: string
isoCode: ShopifyLanguageCode
name: string
}
__typename "Language" |
|---|
endonymName string |
|---|
The name of the language in the language itself. If the language uses capitalization, it is capitalized for a mid-sentence position. |
isoCode ShopifyLanguageCode |
|---|
The ISO code. |
name string |
|---|
The name of the language in the current language. |