Method GetFormattedLanguageList
GetFormattedLanguageList()
Gets the list of available languages using the language list cache, then formats the list to be used in a dropdown menu.
Declaration
public List<string> GetFormattedLanguageList()
Returns
| Type | Description |
|---|---|
| List<string> | A List<string>. |
Remarks
This method is a workaround to accommodate for the dropdown menus. It converts language IDs into their corresponding names that it then returns in a list.