CiviCRM Community Forums (archive)

*

News:

Have a question about CiviCRM?
Get it answered quickly at the new
CiviCRM Stack Exchange Q+A site

This forum was archived on 25 November 2017. Learn more.
How to get involved.
What to do if you think you've found a bug.



  • CiviCRM Community Forums (archive) »
  • Discussion »
  • Internationalization and Localization (Moderators: Michał Mach, mathieu) »
  • Language selection only after defining field
Pages: [1]

Author Topic: Language selection only after defining field  (Read 846 times)

Simon147

  • I post occasionally
  • **
  • Posts: 96
  • Karma: 3
  • CiviCRM version: 4.4.6
  • CMS version: Drupal 7.30
  • MySQL version: 5.0.92
  • PHP version: 5.2.9
Language selection only after defining field
January 09, 2011, 05:34:27 am
Hello all,

I've just found the following issue: If I create a new field in a profile, I can in a first step only giving it one single Field Label. If I want to add field labels in other languages, I have to first create the field, and then edit it again.

I assume that there are technical reasons for this behaviour, or should I file this as a bug?

Simon

(working with CiviCRM 3.3.2 + Drupal 6.20)

Piotr Szotkowski

  • I live on this forum
  • *****
  • Posts: 1497
  • Karma: 57
Re: Language selection only after defining field
January 10, 2011, 05:29:47 am
You’re right, there are technical reasons (not unsurmountable, but not trivial either) – basically, the managing of parallel languages is handled via database table triggers, and the trigger that gets fired upon INSERT copies the value for the provided language (regardless of which one it is) to all the other languages.

Different values for a given field can be edited, because then it’s an existing row in the database (and so no cross-language dependencies need to be handled).
If you found the above helpful, please consider helping us in return – you can even steer CiviCRM’s future and help us extend CiviCRM in ways useful to you.

Pages: [1]
  • CiviCRM Community Forums (archive) »
  • Discussion »
  • Internationalization and Localization (Moderators: Michał Mach, mathieu) »
  • Language selection only after defining field

This forum was archived on 2017-11-26.