Class LanguageHelper
A language helper.
Inheritance
System.Object
LanguageHelper
Namespace: Microsoft.Health.Fhir.SpecManager.Language
Assembly: Microsoft.Health.Fhir.SpecManager.dll
Syntax
public abstract class LanguageHelper : object
Methods
| Improve this Doc View SourceGetLanguages(String)
Gets the language interfaces for the requested languages.
Declaration
public static List<ILanguage> GetLanguages(string name)
Parameters
Type | Name | Description |
---|---|---|
System. |
name | The name. |
Returns
Type | Description |
---|---|
List<ILanguage> | The languages. |