Click here to Skip to main content
15,886,572 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hi, i am working on a multilingual application which require a feature to change the language using the application and if the language is not install the application will download it and install it. i am stuck how i can download & install new language i don't even know is it possible to do it programmatically. please help me to solve my problem.
Posted

1 solution

AFAIK you can download the resource files from the web (e.g. a FTP server) and add it to the directory where your other language resource files are installed.

If you name the resource files constantly you can dynamically determine which languages are available.

cheers,
Marco
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900