Hi.. i have an application where it displays a list of items in ListView. These items(strings) are coming from the server which are stored in english language. I want to display these English characters in Chinese language in my application. Is it default if the user selects Chinese lang for their device or should i have to do something else.. I know how to localize images, strings that are stored in resources, but i want to localize the strings coming from internet that are stored in a single language in database.
Please help me.. Thank you..
EDIT: If the administrator enters the data to the database in chinese language, will it be displayed in chinese in my ListView?