I use localization of reports using the property Localizable=true which is great. The problem is, that I use a lot of expressions in TextBoxes like value=Fields.Info which I want them to stay in original, but they appear in resx file too. I am affraid, that external translator might traslate these expressions and made the report unusable.
Is there any way, how to sign some TextBoxes as "not for localization" to prevent traslation and extraction to resx file? For instance, aout of 11 TextBoxes I need translate only 3.
Thank you for help.
Michal
Is there any way, how to sign some TextBoxes as "not for localization" to prevent traslation and extraction to resx file? For instance, aout of 11 TextBoxes I need translate only 3.
Thank you for help.
Michal