I have an odd query - basically we setup a community for DE users, and setup some custom fields with DE language titles (e.g. 'Unternehmen' for company name).
I now need to create an EN version of the form, and whilst I can translate fields easily using the built-in translation tags (e.g. _UE_YOUR_FNAME), I'm unsure how to approach the field mentioned without breaking existing database tables.
To clarify - I need to have an EN version of the form showing the field as 'Company Name' rather than 'Unternehmen'.
Any ideas?
Last edit: 6 years 10 months ago by krileon. Reason: Added [SOLVED] tag to subject
Edit the default language plugin and add an override for the field title as follows.
Key: Unternehmen
Text: Company Name
You can also just change the field title to a non-language specific key like FIELD_COMPANY_NAME and override it in both your language plugins as needed.
Kyle (Krileon) Community Builder Team Member Before posting on forums:
Read FAQ thoroughly
+
Read our Documentation
+
Search the forums CB links:
Documentation
-
Localization
-
CB Quickstart
-
CB Paid Subscriptions
-
Add-Ons
-
Forge
-- If you are a Professional, Developer, or CB Paid Subscriptions subscriber and have a support issue please always post in your respective support forums for best results!
-- If I've missed your support post with a delay of 3 days or greater and are a Professional, Developer, or CBSubs subscriber please
send me a private message
with your thread and will reply when possible!
-- Please note I am available Monday - Friday from 8:00 AM CST to 4:00 PM CST. I am away on weekends (Saturday and Sunday) and if I've missed your post on or before a weekend after business hours please wait for the next following business day (Monday) and will get to your issue as soon as possible, thank you.
-- My role here is to provide guidance and assistance. I cannot provide custom code for each custom requirement. Please do not inquire me about custom development.