To change the language programatically, u can use the methods in the package
net.rim.device.api.i18n.Locale.
Locale.setLocale(Locale.get(Locale.LOCALE_fr));
This would change the application language to french.
Suppose if u want to set the language from ur device, u can go to settings-options-language and change the language.But this change would apply to the device itself.
To change the language programatically, u can use the methods in the package
net.rim.device.api.i18n.Locale.
Locale.setLocale(Locale.get(Locale.LOCALE_fr));
This would change the application language to french.
Suppose if u want to set the language from ur device, u can go to settings-options-language and change the language.But this change would apply to the device itself.