--- title: Resource url handles are now translatable - 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/resource-url-handles-are-now-translatable md: https://shopify.dev/changelog/resource-url-handles-are-now-translatable.md --- [Back to Developer changelog](https://shopify.dev/changelog) June 26, 2023 Tags: * API * 2023-04 # Resource url handles are now translatable Using the [TranslationsRegister GraphQL API](https://shopify.dev/docs/api/admin-graphql/2023-04/mutations/translationsRegister), you can now register translations for resource handles in order to create localized online store urls for merchants. For example, merchants may want their product URLs to be `example.com/products/en-us/red-shoes` for English-speaking customers and `example.com/products/es-us/zapatos-rojos` for Spanish-speaking customers. The resource types that support translatable url handles are Products, Collections, Articles, Blogs, and Pages. This change is supported across all api versions.