[V4RB] How to change the Language of a field?

Wonder Fef wonderfef at noos.fr
Sat May 31 16:37:53 CDT 2003


> Look into V4RBRef.pdf class VVarChar and Vtext.
> 
> Both this classes have function SetLanguage()
> 
> So you need code as
> 
>   
>       fld.SetLanguage( "French" )
> 
> Where fld is of VVarChar type.

Thank you for your help.

fld.SetLanguage( "French" )
    did not work, but

fld.language = "French"
    did!

Thank you anyway, because you drove me to the solution.
Eric

PS: I'm using V4RB v1.9.8b6




More information about the Valentina mailing list