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.

Was this article helpful?
0 out of 0 found this helpful

Comments

0 comments

Please sign in to leave a comment.