Hi

The constant for C_$WebAppNotWebObject is duplicated in Language_WebApp_Espanol.inc.

Line 79 looks unlocalized:

Code:
#Replace C_$WebAppNotWebObject         |CS"Object '%1' is not a Web Object for %2.%3%2 is only supported in objects that understand the cWebObject interface"
Line 93 is localized:

Code:
#Replace C_$WebAppNotWebObject         |CS"El objeto '% 1' no es un objeto Web para% 2.% 3% 2 sólo se admite en los objetos que entiendan el interfaz cWebObject" //"Object '%1' is not a Web Object for %2.%3%2 is only supported in objects that understand the cWebObject interface"
The compiler appropriately gives a 4332 Symbol already defined error. For the moment I removed the first one.

Thanks