Requirement is to change the Multilingual Data Base
1. In oracle when you choose to mount your DB dump must choose the Unicode database
2. Once done with you Application Server and Web Server configuration
3. Navigate to People Tools > Utilities> Installation Option - enable the native language which you required
4. Once DB dump extraction successfully completed, run the translation script[ which will be delivered by Oracle installation CD ROM] which is specific to your require native language
Data Mover Script for change the BASE Language (BOOT STRAP MODE)
Only Specific to Record
SET BASE_LANGUAGE < TARGET LANGUAGE>
SWAP_BASE_LANGUAGE
To Entire DATABASE
SWAP_BASE_LANGUAGE < TARGET LANGUAGE>
If you require to ignore the errors
SET ignore Error
To Create your record to support multilingual: [ Association of language Related Record]
1. Open Record in App Designer which you required for multi language support
[ E.g. EMP_NOTE]
2. Choose Save As record option to clone the table and Named as Related Record
[E.g. EMP_REL_NOTE]
3. Add a Language_CD field which is must keyed by you related Record
4. Remove the field which is not required for translate [ E.g. only keyed fields , DESC, LONG
DESC fields]
5. Related Record Must match the key order with Base Record
6. Build your related Record
7. Goto Record Properties of your base record >use Tab > Record relationship must add your
related record
8. Build the Base Record.
Swap Audit: swapaudit.SQR is deliverd SQR program to ensure the swap language record audit.
Best performance : when you create a language related record must remove the alternate search key and search Key fields.
No comments:
Post a Comment