Entity members language dependent solution not working

Options
Stefano Muscas
Stefano Muscas Customer
Name Dropper First Comment First Anniversary
edited June 2023 in Platform

Hello comunity,

I'm trying to apply a multi-language model to my database.

I'm following this manual: https://www.boardmanual.com/2021/summer/data-modeling/2_Database_design_functions/1_Entities/Localization_of_entity_members.htm

but it seems it won't work in my case.

What I did:

  1. Created an entity called "Test":
  2. Populated the "Test" entity with 2 members:
  3. Created the "Language" entity:
  4. Populated the "Language" entity with ISO2 code for languages:
  5. Created a Text Cube with name "Test Localized":
  6. Fulfilled the cube with values:
  7. Tested:

What am I missing in order to make it works?


Thanks in advance.

Stefano

Accepted Answer

  • Philipp Schumacher
    edited June 2023 Answer ✓
    Options

    Hi Stefano,

    You need to perform an "Unload" of the database (you can find it under Summary in the Database Menue) , or a server restart for the translation to come into effect.

    Let me know if you need further assistance.

    Kind regards

    Philipp

Answers

  • Stefano Muscas
    Options

    Thank you Philipp,

    I will wait for the scheduled reboot crossing my fingers then.

    Otherwise I'll make a database clean-up and reload..

    Best regards