--- 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' metadata: effectiveApiVersion: 2023-04 affectedApi: [] primaryTag: displayName: API handle: api secondaryTag: displayName: Update handle: update indicatesActionRequired: false createdAt: '2023-06-26T12:09:26-04:00' postedAt: '2023-06-26T12:07:00-04:00' updatedAt: '2024-12-13T17:24:38-05:00' effectiveAt: '2023-06-26T12:07:00-04:00' --- 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.