net.sourceforge.pmd.util.viewer.util

Class NLS

public class NLS extends Object

helps with internationalization

Version: $Id: NLS.java 4217 2006-02-10 14:15:31Z tomcopeland $

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