Newbie question..After going through the Tank auth authentication library for codeigniter, the way the multi language support is implemented to display error messages is to create a separate folder for each language in the application/language folder. The library supports 11 language and in each language file there are around 30 error messages.
My question is that if I am going to create a library of my own or if i implement the library in my application and i want to change a particular error message, how will i go about doing that? Should i create a default language file (lets say in English) and then manually convert the text to all the other languages or is there a better way?