# February 6, 2026 - Simplified translation of data grid column values via translate option

**URL:** https://community.cumulocity.com/t/february-6-2026-simplified-translation-of-data-grid-column-values-via-translate-option/14257
**Category:** Application Enablement
**Tags:** web-sdk, Feature, app-enablement
**Created:** [February 7, 2026, 7:14am UTC](https://community.cumulocity.com/t/february-6-2026-simplified-translation-of-data-grid-column-values-via-translate-option/14257 "2026-02-07T07:14:09Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![cumulocity](https://dub1.discourse-cdn.com/flex005/user_avatar/community.cumulocity.com/cumulocity/32/31990_2.png) [@cumulocity](https://community.cumulocity.com/u/cumulocity)
#### Post date: [February 7, 2026, 7:14am UTC](https://community.cumulocity.com/t/february-6-2026-simplified-translation-of-data-grid-column-values-via-translate-option/14257/1 "2026-02-07T07:14:10Z")

</div>

## Context

* * *

**Change Type:** Feature  
**Product area:** Application enablement & solutions  
**Component:** Web SDK  
**Deployed at:** [eu.latest.cumulocity.com](http://eu.latest.cumulocity.com), [apj.cumulocity.com](http://apj.cumulocity.com), [jp.cumulocity.com](http://jp.cumulocity.com), [cumulocity.com](http://cumulocity.com), [us.cumulocity.com](http://us.cumulocity.com)

> **Technical details**
>
> **Build artifact:** ui-c8y (1023.26.3)  
> **Internal ID:** MTM-65874

## Description

* * *

The data grid’s `Column` interface has been extended with the `translate` option. If set to `true` and no custom cell renderer component is used, then the `translate` pipe will automatically be applied to the column’s value. This change makes it easier to translate column values. Previously, it required using a custom renderer template or component. For this option to work, the column values must be in English and the corresponding translations must be available in the loaded translation resources, for example in the standard application translations, or in the custom ones provided via the [localization feature](https://cumulocity.com/docs/standard-tenant/changing-settings/#localization) or in the [application options](https://cumulocity.com/codex/advanced-development/services/options-service/overview).
