How can I translate BizForm field captions into different cultures?
For this purpose you can use localized expressions (devnet.kentico.com/docs/devguide/localization_expressions.htm). Instead of your current BizForm field captions you would use these localized expressions in following format: Field caption: {$general.ok$} According to the actual selected web site culture version, application will resolve such strings according to appropriate resource file strings (~/CMSResources/ CMS.resx, ~/CMSResources/CMS.es-es.resx etc.).
Has there been any update to this since 2009 or do I still need to use a resource string in order to translate my form fields? I am using version 8.1.17
Thank you, Jessica
Hi,
The idea is basically the same, just the UI changed a bit. For more details please see the documenation on text fields localization.
Please, sign in to be able to submit a new answer.