-
Notifications
You must be signed in to change notification settings - Fork 235
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Date and Time Region Cannot Change automaticly #68
Comments
I will investigate this case and see what causes this behavior in WebLaF. |
A wild guess - you are using WebLaF with an English language set? It is important, because WebLaF will set Locale according to language set. private static void updateLocale ()
{
// Proper locale for language
for ( final Locale locale : Locale.getAvailableLocales () )
{
if ( locale.getLanguage ().equals ( language ) )
{
Locale.setDefault ( locale );
return;
}
}
Locale.setDefault ( new Locale ( language ) );
} |
ok, thank for your help, I will try it. On Fri, Jan 24, 2014 at 5:55 PM, Mikle notifications@github.com wrote:
|
I will close this issue for now. |
I cant change the region time date, I mean ex: in my regional (Indonesia) date and time December is Desember, but when i use weblaf it still "December", I have change region setting on control panel but I can not change date and time region support in this library, please fix sir, thank you so much for build this librarys, its awesome project , sorry my bad english
this is a screenshot :
http://ohong.files.wordpress.com/2013/12/capture.png
The text was updated successfully, but these errors were encountered: