Toggle menu
862
3.8K
30.2K
279.1K
Catglobe Wiki
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

GetTextResource: Difference between revisions

From Catglobe Wiki
Nguyenduyan (talk | contribs)
No edit summary
Nguyenduyan (talk | contribs)
No edit summary
Line 7: Line 7:
'''Syntax'''
'''Syntax'''


_(string TextResourceKey[, string TextResourceArea])
_(string TextResourceKey, string TextResourceArea)


'''Arguments'''
'''Arguments'''


''TextResourceKey'': Is key name defined on text resource file, string.
''TextResourceKey'': Is key name defined on text resource file, string


''TextResourceArea'': Is a name of text resource file, string, optional.
''TextResourceArea'': Is a name of text resource file, string


'''Return type'''
'''Return type'''

Revision as of 03:28, 22 November 2016


_

get text resource

Syntax

_(string TextResourceKey, string TextResourceArea)

Arguments

TextResourceKey: Is key name defined on text resource file, string

TextResourceArea: Is a name of text resource file, string

Return type

string, it is value of key defined on text resource file.

Examples

_("D_END_OUT_OF_QUOTA_TEXT","CatglobeInABox_Signup");

//Result: ADD RESPONDENT TO QUARANTINE FAILURE AND GO TO OUT OF QUOTA QUESTION.<br />PLEASE DON TOUCH HERE.

Availability

Version 6.0

Contents