JDK-4059705 : Text in java.awt.FileDialog are in English unless recompile source
  • Type: Enhancement
  • Component: client-libs
  • Sub-Component: java.awt
  • Affected Version: 1.1.2
  • Priority: P4
  • Status: Closed
  • Resolution: Duplicate
  • OS: solaris_2.5.1
  • CPU: sparc
  • Submitted: 1997-06-18
  • Updated: 1999-12-14
  • Resolved: 1999-12-14
Related Reports
Duplicate :  
Description

Name: sgC58550			Date: 06/18/97


Although some might argue that this is a feature request, I think
it is a bug: 

The text displayed in the java.awt.FileDialog
window are all in English. They are built-in and cannot be changed
without recompiling the source code. 

This of course is not in the spirit of reusable code. It is strange
that on the one hand Java uses complicated Unicode characters to 
support foreign languages, but on the other hand fixes the language 
of file dialogs to be English. 

It should be possible to specify the text in the constructor call or at 
least have them stored in fields that can be overridden by a subclass 
of java.awt.FileDialog.

company - Universiteit Utrecht
======================================================================

Comments
WORK AROUND Name: sgC58550 Date: 06/18/97 Changing the source code of java.awt.FileDialog and recompile. ======================================================================
11-06-2004

EVALUATION I was unable to locate any locale-dependent strings in the source. This was probably an old bug, probably a duplicate of 4152317. michael.martak@Eng 1999-12-13
13-12-1999