This is a migrated thread and some comments may be shown as answers.

About how to use globalization to bilingulize a web project?

1 Answer 49 Views
Globalization
This is a migrated thread and some comments may be shown as answers.
Peter
Top achievements
Rank 1
Peter asked on 13 Aug 2012, 03:39 AM
Hi, I am new in Kendo UI, I want to apply Kendo UI in my web project.
I want to use globalization of Kendo UI to biliingulize my web project, does anybody know where can I find the details tutorials of how to use it? I read some introduction in this site, but it is so simple, I want to know the details of steps by steps of how to make a webiste bilingulized. I appreciate if anybody can provide an examples or URL links. Thanks a lot,

Peter

1 Answer, 1 is accepted

Sort by
0
Petur Subev
Telerik team
answered on 16 Aug 2012, 06:57 AM
Hello Peter,

As explained in the documentation you need to modify the source resource files of the MVC extensions project and create custom build. Back in your project if you reference the new built assembly and set the current culture
Copy Code
Thread.CurrentThread.CurrentCulture = Thread.CurrentThread.CurrentUICulture =//...
, the Grid will automatically display the messages from the resource assembly.  


Kind Regards,
Petur Subev
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
Tags
Globalization
Asked by
Peter
Top achievements
Rank 1
Answers by
Petur Subev
Telerik team
Share this question
or