» tagged pages
» logout

(Feed found, click Add Page to syndicate.) Error finding feed, please try again » Find feed title

A Blog Page allows you to add entries, for news or other time sensitive postings

(Login required to save to your tagged pages.)
(or Cancel)

Recent Edits

messages

June 26, 2006

System.out.println( $(”helloWorld”)); _(”helloWorld”));

» complete change

Messages is a open source framework to make internationalization easier for [[Java]] applications. It supports locales for threads and bundles can be associated with different packages. This allows the usage of different bundles for different parts of the application like plugins, installer or logging.

Bundles can be managed and associated with packages without any changes in the code. This makes bundle management and refactoring much easier than with other solutions. Messages supports global locales for client applications written in [[Swing]] or [[SWT]] and thread local ones for serverside web applications.

h2. Usage

An example on using Messages:

<pre>

<code>

import static api.cintoo.messages.Messages.*;

public class MessagesExample {

public static void main(String[] args) {

Messages.setLocale(new Locale(”en”, “”)); // set the Locale

Messages.setBundle(”messages”); // set the bundle file to use

System.out.println( $(”helloWorld”)); _(”helloWorld”));

}

}

</code>

</pre>

Store a file called Messages.properties in your classpath

<pre>

<code>

#messages.properties

helloWorld=Hello World!

</code>

</pre>

Running the program should print "Hello World!".

Undo this change because:
edit by 84.188.160.49

messages

June 5, 2006

import static api.cintoo.messages.Messages.*;

public class MessagesExample {

System.out.println( _(”helloWorld”)); System.out.println(Messages.format(”helloWorld”));...

» complete change

Messages is a open source framework to make internationalization easier for [[Java]] applications. It supports locales for threads and bundles can be associated with different packages. This allows the usage of different bundles for different parts of the application like plugins, installer or logging.

Bundles can be managed and associated with packages without any changes in the code. This makes bundle management and refactoring much easier than with other solutions. Messages supports global locales for client applications written in [[Swing]] or [[SWT]] and thread local ones for serverside web applications.

h2. Usage

An example on using Messages:

<pre>

<code>

import static api.cintoo.messages.Messages.*;

public class MessagesExample {

public static void main(String[] args) {

Messages.setLocale(new Locale(”en”, “”)); // set the Locale

Messages.setBundle(”messages”); // set the bundle file to use

System.out.println( _(”helloWorld”)); System.out.println(Messages.format(”helloWorld”));

}

}

</code>

</pre>

Store a file called Messages.properties in your classpath

<pre>

<code>

#messages.properties

helloWorld=Hello World!

</code>

</pre>

Running the program should print "Hello World!".

edit by 84.188.188.90

messages

May 29, 2006
Java I18n Internationalization cintoo cintoo.org
Undo this change because:
edit by alex

messages

May 22, 2006
“updated homepage”
http://messages.cintoo.org/ http://www.cintoo.org/messages
Undo this change because:
edit by alex

messages

May 5, 2006

h2. Usage

An example on using Messages:

» complete change

Messages is a open source framework to make internationalization easier for [[Java]] applications. It supports locales for threads and bundles can be associated with different packages. This allows the usage of different bundles for different parts of the application like plugins, installer or logging.

Bundles can be managed and associated with packages without any changes in the code. This makes bundle management and refactoring much easier than with other solutions. Messages supports global locales for client applications written in [[Swing]] or [[SWT]] and thread local ones for serverside web applications.

h2. Usage

An example on using Messages:

<pre>

<code>

public class MessagesExample {

public static void main(String[] args) {

Messages.setLocale(new Locale(”en”, “”)); // set the Locale

Messages.setBundle(”messages”); // set the bundle file to use

System.out.println(Messages.format(”helloWorld”));

}

}

</code>

</pre>

Store a file called Messages.properties in your classpath

<pre>

<code>

#messages.properties

helloWorld=Hello World!

</code>

</pre>

Running the program should print "Hello World!".

edit by alex

messages

May 5, 2006

An example on using Messages:

<pre>

<code>

public class MessagesExample {

public static void main(String[] args) {

Messages.setLocale(new...

» complete change

Messages is a open source framework to make internationalization easier for [[Java]] applications. It supports locales for threads and bundles can be associated with different packages. This allows the usage of different bundles for different parts of the application like plugins, installer or logging.

Bundles can be managed and associated with packages without any changes in the code. This makes bundle management and refactoring much easier than with other solutions. Messages supports global locales for client applications written in [[Swing]] or [[SWT]] and thread local ones for serverside web applications.

An example on using Messages:

<pre>

<code>

public class MessagesExample {

public static void main(String[] args) {

Messages.setLocale(new Locale(”en”, “”)); // set the Locale

Messages.setBundle(”messages”); // set the bundle file to use

System.out.println(Messages.format(”helloWorld”));

}

}

</code>

</pre>

Store a file called Messages.properties in your classpath

<pre>

<code>

#messages.properties

helloWorld=Hello World!

</code>

</pre>

Running the program should print "Hello World!".

edit by alex

messages

May 5, 2006

Messages is a open source framework to make internationalization easier for [[Java]] Java applications. It supports locales...

» complete change

Messages is a open source framework to make internationalization easier for [[Java]] Java applications. It supports locales for threads and bundles can be associated with different packages. This allows the usage of different bundles for different parts of the application like plugins, installer or logging.

Bundles can be managed and associated with packages without any changes in the code. This makes bundle management and refactoring much easier than with other solutions. Messages solutions.Messages supports global locales for client applications written in [[Swing]] Swing or [[SWT]] SWT and thread local ones for serverside web applications.

edit by alex

messages

May 5, 2006
Java I18n Internationalization Open Source Free cintoo
edit by alex

messages

May 5, 2006
[[ASF2.0|Apache 2.0]] Apache 2.0
[[Stephan Schmidt]] Stephan Schmidt
Undo this change because:

messages

May 5, 2006
Java I18n Internationalization Open Source Free cintoo

messages

May 5, 2006

The first release of Messages is available. Messages is a open source framework to make internationalization easier for Java...

» complete change

The first release of Messages is available. Messages is a open source framework to make internationalization easier for Java applications. It supports locales for threads and bundles can be associated with different packages. This allows the usage of different bundles for different parts of the application like plugins, installer or logging. Bundles can be managed and associated with packages without any changes in the code. This makes bundle management and refactoring much easier than with other solutions.Messages supports global locales for client applications written in Swing or SWT and thread local ones for serverside web applications.

created by 194.95.173.134

messages

May 5, 2006
The page was created.
Java I18n Internationalization Open Source Free
Stephan Schmidt
Apache 2.0
http://www.cintoo.org/messages
cintoo Messages
messages
Project

The first release of Messages is available. Messages is a open source framework to make internationalization easier for Java...

» complete change

The first release of Messages is available. Messages is a open source framework to make internationalization easier for Java applications. It supports locales for threads and bundles can be associated with different packages. This allows the usage of different bundles for different parts of the application like plugins, installer or logging. Bundles can be managed and associated with packages without any changes in the code. This makes bundle management and refactoring much easier than with other solutions.Messages supports global locales for client applications written in Swing or SWT and thread local ones for serverside web applications.

Undo this change because:
Username:
Password:
(or Cancel)