Monday 14 November 2005 4:39:04 am
I created a custom class that contains a little text. My site is multilanguage (english and italian) and I need to translate the text in this class. I create an extension with a copy of the ita-IT translation.ts file and I create a custom context with my translation. Here the structure of extension:
(extension)
!
!
!-- (translations)
!
!-- (ita-IT)
!
!-- (translation.ts) #copy of original with a custom context containig translations
It doesn't work. I forgot something?
|