use these lines of code:
Locale locale = new Locale( "fa" , "ir" ); Locale.setDefault( locale ); MyComponent.applyComponentOrientation( ComponentOrientation.getOrientation ( Locale.getDefault() ) );