/
Programmatically Retrieving Culture String Data

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.

Related content

Creating Culture Strings Automatically For Code Development
Creating Culture Strings Automatically For Code Development
More like this
Working with Culture Strings
Working with Culture Strings
More like this
Working with Culture Strings
Working with Culture Strings
More like this
How to Localize the Aptify Interface
How to Localize the Aptify Interface
More like this
How to Localize the Aptify Interface
How to Localize the Aptify Interface
More like this
Localization in Aptify Web
Localization in Aptify Web
More like this

Copyright © 2014-2019 Aptify - Confidential and Proprietary