roLocalization

The roLocalization object provides functions to assist in localization. This object provides functions to assist in localization.

It is created with no parameters:

CreateObject("roLocalization")

Example

loc = CreateObject("roLocalization")
image = loc.GetLocalizedAsset("images", "splash.png")

Supported interfaces