---
title: New fields on Country Liquid object - Shopify developer changelog
description: >-
  Shopify’s developer changelog documents all changes to Shopify’s platform.
  Find the latest news and learn about new platform opportunities.
source_url:
  html: 'https://shopify.dev/changelog/new-fields-on-country-liquid-object'
  md: 'https://shopify.dev/changelog/new-fields-on-country-liquid-object.md'
metadata:
  effectiveApiVersion: ''
  affectedApi: []
  primaryTag:
    displayName: API
    handle: api
  secondaryTag:
    displayName: New
    handle: new
  indicatesActionRequired: false
  createdAt: '2023-10-20T11:58:35-04:00'
  postedAt: '2023-10-23T12:07:00-04:00'
  updatedAt: '2024-02-02T10:05:18-05:00'
  effectiveAt: '2023-10-23T12:07:00-04:00'
---

October 23, 2023

Tags:

* API

# New fields on Country Liquid object

We've added the `available_languages`, `continent` and `popular?` properties on the `country` object in Liquid.

You can now access the languages that have been added to the market that a country belongs to, the country's translated continent name, and whether the country is a popular one amongst those that the shop sells to.

These properties provide flexibility when building a localization switcher, allowing customers to switch country and language simultaneously and allowing for grouping or sorting countries in a theme's country selector

Learn more about these new fields in the [dev docs](https://shopify.dev/docs/api/liquid/objects/country#country).
