What is the best approach? Using DB wich stores the translation of the
variable used on site for each language?
LANGUAGE_CODE, VARIABLE, TRANSLATION
1,'CustomerWord ','Customer'
2,'CustomerWord ','Cliente' - 'BR Portuguese
Thanks
variable used on site for each language?
LANGUAGE_CODE, VARIABLE, TRANSLATION
1,'CustomerWord ','Customer'
2,'CustomerWord ','Cliente' - 'BR Portuguese
Thanks
Comment