How can I translate BizForm field captions into different cultures?

Technical support leader

Juraj Ondrus asked on July 28, 2009 08:06

How can I translate BizForm field captions into different cultures?

Correct Answer

Juraj Ondrus answered on July 28, 2009 08:06

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.).

0 votesVote for this answer Unmark Correct answer

Recent Answers


Jessica Knaak answered on August 18, 2016 21:51

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

0 votesVote for this answer Mark as a Correct answer

Juraj Ondrus answered on August 19, 2016 08:48

Hi,

The idea is basically the same, just the UI changed a bit. For more details please see the documenation on text fields localization.

0 votesVote for this answer Mark as a Correct answer

   Please, sign in to be able to submit a new answer.