[ 
https://issues.apache.org/jira/browse/DIRKRB-18?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Emmanuel Lecharny updated DIRKRB-18:
------------------------------------

    Fix Version/s: 2.0.0-RC1

> Internationalize KRB_ERROR error messages
> -----------------------------------------
>
>                 Key: DIRKRB-18
>                 URL: https://issues.apache.org/jira/browse/DIRKRB-18
>             Project: Directory Kerberos
>          Issue Type: New Feature
>    Affects Versions: 2.0.0-RC1
>            Reporter: Enrique Rodriguez
>            Assignee: Enrique Rodriguez
>            Priority: Minor
>             Fix For: 2.0.0-RC1
>
>
> Error messages returned by the KDC are currently hardcoded with the English 
> that appears in RFC 1510.  Error conditions should instead return 
> locale-sensitive messages.
> String language = new String("en");
> String country = new String("US");
> Locale currentLocale = new Locale(language, country);
> ResourceBundle messages = 
> ResourceBundle.getBundle("MessagesBundle",currentLocale);
> Resources:
> MessagesBundle.properties
> MessagesBundle_en_US.properties

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to