Is there any way we can make Internationalization at the labels level as well

Hello,

I am aware about the Data level Internationalization, but I need to know can we achive internationalization using webix to change the lables/data table header.

I am developing the application, which needs to show the language as per the country specific, so that User can easily read the web pages in there own language.

Can you please update if you have any solution for this.

There is no any Webix specific solution, but you can one of existing open source solution
There are lot of them, for example - GitHub - fabi1cazenave/webL10n: Client-side internationalization / localization library

You will be able to change
{ id:“one” header:“first” }
to
{ id:“one” header:_(“first”) }
that will use the label from the current locale

You can also check