| AppStringManagerGetText Method (String, Int32) |
Returns the string value of an AppString with the provided name.
Namespace:
Omada.OE.Model
Assembly:
Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntaxpublic static string GetText(
string appStringName,
int languageId
)
Parameters
- appStringName
- Type: SystemString
- languageId
- Type: SystemInt32
Return Value
Type:
String
See Also