LanguageFactory Methods |
The LanguageFactory type exposes the following members.
Name | Description | |
---|---|---|
FindAll |
Find all languages.
| |
FindById |
Find a language using his id, return null if not found
| |
FindByKey |
Find a language using his key (culture info name like "en-GB", "fr-FR" etc...), return null if not found
| |
NewLanguage |
Create a new empty instance of language
|