| Einhugur Framework for C++ |
|
Application.GetString Method
Gets a localized string from the Application Bundle. This variation of the function lets you specify from which table to get the string from.
Parameters
- key
- The key to fetch translation for.
- tableName
- The table to get the translation from.
Returns
- String
- A localized value as String.
Remarks
See Also
Application Class