net.sourceforge.pmd.util.viewer.util

Class NLS

public class NLS extends Object

helps with internationalization

Version: $Id: NLS.java,v 1.6 2006/02/10 14:15:31 tomcopeland Exp $

Author: Boris Gruschko ( boris at gruschko.org )

Method Summary
static Stringnls(String key)
translates the given key to the message

Method Detail

nls

public static String nls(String key)
translates the given key to the message

Parameters: key key to be translated

Returns: translated string