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:
- Created an entity called "Test":
- Populated the "Test" entity with 2 members:
- Created the "Language" entity:
- Populated the "Language" entity with ISO2 code for languages:
- Created a Text Cube with name "Test Localized":
- Fulfilled the cube with values:
- Tested:
What am I missing in order to make it works?
Thanks in advance.
Stefano