HP Anywhere API Reference
getString(Locale,String,String) Method
the user locale
the resource bundle name, must be on classpath.
key from the resource bundle
Return a localized string from the resource bundle.
Syntax
java.lang.String getString( 
   java.util.Locale locale,
   java.lang.String resourceName,
   java.lang.String keyName
)

Parameters

locale
the user locale
resourceName
the resource bundle name, must be on classpath.
keyName
key from the resource bundle

Return Value

the localized value
Since
HP Anywhere 10.00
See Also

Reference

BaseBTOService Interface
BaseBTOService Members
Overload List