Note:

This site is no longer used and is in read-only mode. Instead please go to our new Moodle Developer Resource site.

String API: Difference between revisions

From MoodleDocs
Created page with "The String API is how you get language text strings to use in the user interface. It handles any language translations that might be available."
 
No edit summary
Line 1: Line 1:
The String API is how you get language text strings to use in the user interface. It handles any language translations that might be available.
The String API is how you get language text strings to use in the user interface. It handles any language translations that might be available.
[[Places_to_search_for_lang_strings]] was the existing documentation on this.--[[User:Tim Hunt|Tim Hunt]] 16:04, 11 January 2012 (WST)
Also, I don't really like the name 'String API'. That sounds very low-level to me. PHP already has one. Internationalisation API, or Translation API, might be better.--[[User:Tim Hunt|Tim Hunt]] 16:04, 11 January 2012 (WST)

Revision as of 08:04, 11 January 2012

The String API is how you get language text strings to use in the user interface. It handles any language translations that might be available.

Places_to_search_for_lang_strings was the existing documentation on this.--Tim Hunt 16:04, 11 January 2012 (WST)

Also, I don't really like the name 'String API'. That sounds very low-level to me. PHP already has one. Internationalisation API, or Translation API, might be better.--Tim Hunt 16:04, 11 January 2012 (WST)