Change language using capture or replace in shopify?

Hi everyone, i’m having situation like this

{{ item.description }}
Example
Waist: 1

Can i use replace or capture just to change the “Waist” to other language?
Example like this

{{ item.description | replace: 'Waist', '허리' | replace: 'Size', '사이즈' | replace: 'Length', '길이'}}

Thank you.

Hi @dungle , thanks for reaching out.

Regarding your request, I checked and would like to inform you that your current approach involves hardcoding translations within the Liquid template, which may not be the most flexible solution. Instead, I recommend you use a translation app to handle multiple languages efficiently.

I hope my information is helpful to you.

Liz