I have to change my application’s language to French programmatically, so all texts a should be displayed in french.My app has set of activities and one background service so activity can registered with service and send and receive information from the server. Server will send data in French language so i need to display the same as well as if user wants to update any text on edit text then it should popup the Querty key pad with french characters support.
Please help me to resolve it.
Regards,
Piks.
Localization
in that create different values folders for different locale objects.each values folder contains its own strings.xml files ( for strings ),colors.xml files ( for colors ).
pick appropriate resource when the localization is changed (using enumalator settings Home –>Menu –> Settings –>
Language & Keyboard –> Select language)