If you have a comment on this topic, contact Aptify Documentation. If you want to return to the Aptify Community Site, please click here.

Programmatically Retrieving Culture String Data

In some cases, a developer may need to load culture string data from the database as part of the implementation of a new configuration. To support these operations, Aptify provides two database functions that can return a local string based on the CultureID of the currently logged in user:

  • fnGetLocalStringByCultureStringID: This function accepts two argument (CultureStringID and BaseString) and returns the corresponding local string for the logged in user.
  • fnGetLocalStringByCultureStringName: This function accepts two arguments (CultureStringName and BaseString) and returns the corresponding local string for the logged in user.

Note that for both functions if no local string is found, the functions return the base string. See the corresponding Database Objects record in Aptify for more information on these functions.

Copyright © 2014-2019 Aptify - Confidential and Proprietary