Skip to Content Skip to Menu

Little fact about multilingual List Values.....

  • mk3
  • mk3
  • OFFLINE
  • Posts: 137
  • Thanks: 2
  • Karma: -1
6 years 9 months ago #300538 by mk3
For a mu;tilingual site I saw an interesting moment that can result in a problem.
When you create a dropdown list cb_field (i.e.), you enter your data in two columns: Value, Label.
Then you translate Label's data in other langs...
And then in a Userlist you create a filter: cb_list EQUAL TO "one of the values":
Code:
cb_list EQUAL TO Specialists

Here comes the problem: if the word Specialist is the same in Value and Label and you translated it in other langs, then the filter will only work for english, but not for other langs, appearently because the word "Specialists" will be translated and it's this translation that will be used in the filter.
So to not encounter this problem: better name the Value as:
_Specialists (with the underline in front i.e.)
and the Label as:
Specialists

Is my vision right?

Please Log in or Create an account to join the conversation.

  • krileon
  • krileon
  • ONLINE
  • Posts: 48419
  • Thanks: 8274
  • Karma: 1443
6 years 9 months ago #300587 by krileon
That is correct. Filters are passed through substitution and language parsing (allows for language specific filters). Stored values should not be language strings.


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.

Please Log in or Create an account to join the conversation.

Moderators: beatnantkrileon
Powered by Kunena Forum