Show / Hide Table of Contents

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 Source

GetLanguages(String)

Gets the language interfaces for the requested languages.

Declaration
public static List<ILanguage> GetLanguages(string name)
Parameters
Type Name Description
System.String name

The name.

Returns
Type Description
List<ILanguage>

The languages.

  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX