any suggestions?? thanks
On Jun 29, 2:22 pm, Engin Arslan <[email protected]> wrote: > Hi all, > > In may application I support multi-language. For this purpose, I set > locale as user choice as follows: > languageToLoad = "language code here"; > Locale locale = new Locale(languageToLoad); > Locale.setDefault(locale); > Configuration config = new Configuration(); > config.locale = locale; > > this.getResources().updateConfiguration(config,this.getResources().getDispl > ayMetrics()); > > However , this locality set causesnexusoneresolutionproblem such > that every thing gets smaller. Even if I set androidmanifest.xml > <supports-screens > android:smallScreens="true" > android:normalScreens="true" > android:largeScreens="true" > android:anyDensity="true" > /> > it did not work. I have searched at the groups but cannot find any > other solution. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

