com.jgoodies.common.internal
Interface StringLocalizer

All Known Implementing Classes:
ResourceBundleLocalizer

public interface StringLocalizer

Describes an object that can localize Strings accessible via a key.

Note: This class is not part of the public JGoodies Common API It's intended for implementation purposes only The class's API may change at any time.

Since:
1.4
Version:
$Revision: 1.5 $
Author:
Karsten Lentzsch

Method Summary
 String getString(String key)
          Returns a localized String for the given key.
 

Method Detail

getString

String getString(String key)
Returns a localized String for the given key.

Parameters:
key - the key used to look up the localized String
Returns:
the localized String


Copyright © 2009-2013 JGoodies Software GmbH. All Rights Reserved.