InterviewSolution
| 1. |
How Do I Run My Oracle9i As Forms Services Applications In Several Different Languages On The Same Machine? |
|
Answer» Multiple entries for a particular application can be defined in the formsweb.CFG file, with each application name suffixed with the country code, for instance HR, HR.DE, HR.FR and so on. When a URL is submitted with the value CONFIG=HR, the Forms Servlet will detect for the submitting browsers language code and look for a suitable version of HR with that code appended. Thus a user running a browser in French would pick up the HR.FR version of the CONFIGURATION. If a particular configuration and language code combination is not FOUND in the formsweb,cfg, then the base configuration (in this case HR) will be used. Each of the country specific VERSIONS of the HR application can define SETTINGS such as the environment file accordingly.
Multiple entries for a particular application can be defined in the formsweb.cfg file, with each application name suffixed with the country code, for instance HR, HR.DE, HR.FR and so on. When a URL is submitted with the value CONFIG=HR, the Forms Servlet will detect for the submitting browsers language code and look for a suitable version of HR with that code appended. Thus a user running a browser in French would pick up the HR.FR version of the configuration. If a particular configuration and language code combination is not found in the formsweb,cfg, then the base configuration (in this case HR) will be used. Each of the country specific versions of the HR application can define settings such as the environment file accordingly.
|
|