Hi All,
Can some body explain me how in real world we can use multi language data types for example MEDIUM_Name.
If I am understanding the logic behind. The way should be something like:
1. Create BO for your multi language Master data
1.1 It should contain node Description like following
node Description[0,n]{ element Description : MEDIUM_Name }
1.2 You create screen with Advance list for Description each line one Language ( I hope this is the right way if not correct me.)
2. Create BO for Transaction data .
2.1 And here becomes the mess.
2.1.1 I assume that I should create one data element like element
element Description : MEDIUM_Name
And probably on loading event I should find the proper language and extract the correct data from Master data BO.
or.
2.1.2 Or I should keep all language data in Transactional BO with :
node Description[0,n]{ element Description : MEDIUM_Name }
But somehow I should have the current language only probably in second field.
So the question is what is the idea behind Language dependent text and how is the right way to use it.
Best Regards Ognian.