Customizing Header

I have a table with the column named: Duration_min and Duration_sec (for minutes and seconds).
In the grid header I want to display: 'Duration Minutes" and ‘Duration Seconds’. I know I can insert fixed string in order to do it, but I want to change it the way that if I add another language then the header string will reflect a change. Looked in the HELP but I do not see any information on how this can be done.

Any clue ?

Arthur

Re: Customizing Header

Review the SC examples. You can use a variable adding it into language (idiom) configuration. The label will change for each language configured.

Re: Customizing Header

OK, I have found it. Thanks - Arthur