multil languages for Categories

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
15 years ago
Hi All

I'm newbie Nopecommerce. I want mutil languages for Categories  in the back end and font end.
Ex: Computers : (English)
    Máy Tính  : (VietNammes)
    Micro-ordinateur: ( France)

Regard.
15 years ago
This feature is not supported yet.
15 years ago
what you could do for the time being is the following. it is not pretty and requires some more work but could help if multilanguage category names is a must.

use the same method <%=GetLocaleResourceString("String.String")%> as the category or product name. then checkit in the code and replace it with the translated string as returned from the database.
of course you need to add the translated resources first.
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.