LOCCON Method |
Name | Description | |
---|---|---|
CON(String) |
Command option name strings that need to be localized should call this function. The CON function
doesn't actually do anything but return the original string. The LocalizationProcessor application walks
through the source code of a project and looks for LOC.CON. The function is then replaced with a
call to Localization.LocalizeCommandOptionName using a unique context ID.
| |
CON(String, Int32) | Obsolete. DO NOT use this function, it is a trap to determine
where context IDs have been copied from other, already extracted,
strings.
| |
CON(String, Object) |
Command option name strings that need to be localized should call this function. The CON function
doesn't actually do anything but return the original string. The LocalizationProcessor application walks
through the source code of a project and looks for LOC.CON. The function is then replaced with a
call to Localization.LocalizeCommandOptionName using a unique context ID.
|