Changes

Jump to: navigation, search

Custom Field Language Settings

1,950 bytes added, 12:47, 1 June 2018
no edit summary
<pre style="white-space: pre-wrap; white-space: -moz-pre-wrap; white-space: -pre-wrap; white-space: -o-pre-wrap; word-wrap: break-word;">Note: If a custom field does not have an entry for the selected language of the current user , the English language custom field settings will be applied.</pre>
To access the Custom Field Languages Setting page, edit any custom field and click on the ''Language Settings'' button, found next to the Caption option.<br />
:[[Image:LanguageSettingButtonInArcadia2018.png|link|550px|border]]
 
The Language Settings screen has a '''Language''' drop-down, with existing translations listed separated from those languages without a translation. Select the language from the drop-down to add a new translation or edit an existing translation.
:[[Image:LanguageSettingArcadia22018.png|550px|border]]
The settings that can be translated using the '''Language Settings''' vary depending on the type of Custom Field being translated.
:[[Image:LanguageSettingArcadia1.png|600px|border]]
 
These can include:
* '''Caption''': The leading question or prologue before the field
* '''[[Number Format]]''': The format in which numbers will be displayed.
* '''[[Tool Tip]]''': Help text to be shown on mouse-over
 
 
Once one language setting has been defined, the Language Settings screen will include it as one of the '''Existing Translations'''.
 
This facilitates the implementation of language settings for all custom fields.<br />
 
Language settings can also be exported from and imported to SmartSimple in [[Translation_Import/Export|XML]] format.
==Values==
When translating [[Combo Box]] or [[Check Boxes]] custom fields it is important to use the ''StoreValue=DisplayValue'' technique to ensure that the value stored to the database is the same, regardless of what language is being displayed to the user entering the values. If this technique is not used the values stored in one language will not be correlated to other language leading languages. This will lead to loss of data or inconsistent data. If you want the value stored in the field to be different from what is displayed in the combo box you can use the following syntax in the Values section: StoreValue1=DisplayValue1;StoreValue2=DisplayValue2;StoreValue3=DisplayValue3;The value before the equal sign will be stored. The value after the equal sign is what will be displayed in the combo box (or check boxes), but does not get saved.
{{StoredValue}}
When using this technique for translating custom field values there are 2 possible approaches:
--Please Select--=--Sélectionner--;Yes=Oui;No=Non
With this approach the stored value will always be the English text. This is normally the preferred approach.
 
'''Approach 2: Use a different value as the stored value'''
This approach can be used to store values as a code. (Note: this approach is sometimes used even if the custom field is not being translated)
Values on main custom field (English):
-=--Please Select--;1=Yes;2=No
Values in French Translation:
-=--Sélectionner--;1=Oui;2=Non
 
This approach can also be used to store an abbreviated version of the options:
Values on main custom field (English):
High=Excellent (exceeds expectations);Medium=Okay (sufficient, but not great);Low=Poor (unacceptable)
 
The stored values in this case would be High, Medium or Low, but the combo box options displayed to the user would be the descriptive version after the "=".
'''XML Builder Translations'''<br />
It's important to note for an XML field how the section builder is configured. In the builder, a section separate for each language should be configured.
Under the Language Settings reference the section for the correlating language.
==See Also==
* [[Standard Field Language Settings]]
* [[Language Library]]
* [[Stored value]]
* [[Translation Import/Export]]
[[Category:Custom Fields]][[Category:Translation]]
Smartstaff, administrator
4,478
edits

Navigation menu