Hi guys
I am new in localization. I watched couple of videos about localization and i can easily apply the concept using asp.net. But the problem i am facing is how can i convert my large web data into too many languages. I know how to create a resource file and in that file you can create a substitute word like for word 'Hello' you can provide substitute 'bonjour' in French resource file and 'begroeting' in Dutch resource file etc. Like this i can convert my all Labels or static data into different languages so up till here its good.
But how can i convert my large amount of data like (terms and conditions) which is a detailed data and also it is sensitive. How can i convert such kind of data which is large in quantity.
Can any one plz explain how can I handle it in a most professional way?
Thanks!