Hi all,
I am tinkering with BOPF a bit and am trying to make up my mind on how to handle language-dependent texts.
Let's assume that I have a business object Project which has the persistent attributes
- Name (language-independent)
- Description (language-dependent)
I can use the user's logon language as default language and I would like my Project BO to return the description text in the user's logon language, and to store it in this language if the user chooses to change the description.
How would I implement this in BOPF?