Hi:
I am trying to use the function JJavaName.getPluralForm(palabra), from the package
import com.sun.codemodel.JJavaName;
I don't know if it is possible and in that case how to use it.
Can I have any help?
Thanks,
Ignacio
Hi:
I am trying to use the function JJavaName.getPluralForm(palabra), from the package
import com.sun.codemodel.JJavaName;
I don't know if it is possible and in that case how to use it.
Can I have any help?
Thanks,
Ignacio
Well I finally fixed this way:
var plural = com.sun.codemodel.JJavaName.getPluralForm(nombre_externo);
Just in case it could be helpful for anyone.
Ignacio