Hi Satish,
You can use a Java Bing API, which is a translator. You can use it as a java library class, with which you can specify your language(not coding :P) in terms of variable and it will recognize, synthesize and translate to another language in terms of another variable. However, it would do that on FLY and you would require internet connection for that.
Other than that, if you dont wanna use the API, u need to build a program for your language compiler, which will then be restricted to your word set(which you need to define along with the rules for PARSING).