Michael Allan's Files

Icon  Name                    Size  
[PAR] Parent Directory - [   ] A.properties 7.0K [jav] BundleFormatter.java 4.2K [   ] CR.properties 25K [   ] CR_en.properties 213 [   ] CR_en_CA.properties 167 [   ] CR_en_GB.properties 201 [   ] CR_en_US.properties 159 [p-h] package.html 410 [   ] W.properties 25K

Localizing the voter interfaces.

The various *.properties files are resource bundles, per java.util.ResourceBundle. They contain property definitions (key = value) in the syntax of java.util.Properties. The formatting of parameters (%1$s, and so forth) is defined by java.util.Formatter.

The character encoding of these files is restricted to US-ASCII, at the moment. It will later be extended to UTF-8 (a superset of US-ASCII).