Hi again...<br><br>For my project, I need to have an application in french and spanish.<br><br>Do you have advice for simple translation mechanism (only strings).<br><br>I wanted to intercept the rendering of strings in seaside and then choose the proper one according to the session language. If missing I was thinking of opening a new component asking for the translation.
<br><br>Are there any patterns to know about translating ?<br><br>Thanks for all<br><br>Cédrick<br><br>ps: Lukas told me once they use a special class TranslatedString that have the same interface as Strings, but consists of a collection of translated strings. I imagine there is a collection in a class variable, but how to create strings after ? explicitly like TranslatedString: 'default' french: 'defaut' spanish:...
<br>