Click here to Skip to main content
15,887,135 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi..!

I'm designing an application that supports multiple languages.
the number of languages it supports will be added dynamically by the client.
so, when client wants to support a new language, we need to create the resource file for that culture programatically.
So that every thing should be happen on a button click.

Will that be possible?

i will explain the problem in deep if any one unable to understand.

Could some one help me to get out of this.


Thanks in advance
Posted

1 solution

You could try something similar to this.

http://msdn.microsoft.com/en-us/library/aa905797.aspx[^]

The article is older but my company used this in our custom CMS. We then created custom user controls to allow the editor to do translations on the fly.
 
Share this answer
 
Comments
Tuduru Sai Krishna 13-Mar-14 9:24am    
Thank You AnvilRanger636 for responding.

I will check it.
Tuduru Sai Krishna 21-Mar-14 1:16am    
Hi AnvilRanger..!

I haven't found a solution for my problem in the above article.
its been mentioned that using database for localization is an option.
but i need to use resource bundles only.

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