Exemplo n.º 1
0
 public static string GetListMessages()
 {
     return(TranslatedListsFacade.GetListMessages("chooseProfileMessages"));
 }
Exemplo n.º 2
0
 public static string GetSelfCertListAsHTMLOptions(string isProf, string language)
 {
     return(TranslatedListsFacade.GetSelfCertListAsHTMLOptions(isProf, language));
 }
Exemplo n.º 3
0
 public static string GetListAsHTMLOptions(string listName, string language)
 {
     return(TranslatedListsFacade.GetListAsHTMLOptions(listName, language));
 }
Exemplo n.º 4
0
 public static string GetListAsHTMLOptionsWithSelectedValue(string listName, string language,
                                                            string selectedValue)
 {
     return(TranslatedListsFacade.GetListAsHTMLOptions(listName, language, selectedValue));
 }
Exemplo n.º 5
0
 public static string GetInvestorTypeEN()
 {
     return(TranslatedListsFacade.GetListAsHTMLOptions("InvestorType", "EN"));
 }