| AppStringControllerGetString Method (Int32, Int32) |
Returns the textual value of an application string for a specific language.
Namespace:
Omada.OE.AppLogic
Assembly:
Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntaxpublic string GetString(
int appStrId,
int languageId
)
Parameters
- appStrId
- Type: SystemInt32
- languageId
- Type: SystemInt32
Return Value
Type:
String
See Also