Say I have 3 modules in a Liferay project, A, B and language. Module A is a normal module with portlet in it. Module B, however, is a portletless module, it is nothing more than a plain Java utility module. language module is something like what is described in the “Localizing Your Application” article in Liferay’s Help Center. Now, I
Tag: multilingual
Multilanguage development
I would like to develop an application with two languages. Actually, the goal is to generate two differents application, one with a language (Java), the other on in another language (C#). I would like to use makefiles to help me generate one application or the other one, thanks to targets definition. I don’t know where to begin. Have you ever