Interface LanguageHandler

All Known Implementing Classes:
BCP47LanguageHandler, RFC3066LanguageHandler

public interface LanguageHandler
An interface defining methods related to verification and normalization of language tags.

The language handler may optionally provide normalization and verification services for string literals based on the language tags, including translation, grammar and spelling checks. However, this behavior is entirely driven by the user.

Author:
Peter Ansell