How to localize the headers of a data table

Hello everyone,
How can i create a data table with localized column headers.
Imagine I want a data table with columns year, status, expire date
I added localized strings to their respective locale files in i18n folder. so when i want to load data table i want column headers load their texts from the locale files.
I couldn’t find any method in webix.i18n that loads the strings.

Thank you in advance.

my implementation of localization is something like that http://webix.com/snippet/400c0e96 you can use plain function if you set culture before table creating.

Thank you @intregal. This is what i was looking for.