Guest Posted February 11, 2011 Posted February 11, 2011 Message from: "cocobom" Can I change some component's ( datetimepicker, fileupload popup dialog..etc ) to my native language? . Quote
Guest Posted February 11, 2011 Author Posted February 11, 2011 Message from: "Farshad Mohajeri" "cocobom" wrote in message news:wGxcGMZyLHA.2160@anaxagvs227... > Can I change some component's ( datetimepicker, fileupload popup > dialog..etc ) to my native language? Ext JS has built-in localized resource files located at "..\ext-3.3.0\src\locale\*.js" In IE8 this file is loaded and it should show strings in your local language. Unfortunately, not all of this files are coded correctly as expected which is UTF-8. You may need to open that file and edit some strings which doesn't show correctly. We will have a property in ServerModule so you can force locale file for a selected language. Issue is already logged as #588 for better localization management. . Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.