Internationalization
tip
Existing language strings for an application can be customized for any language in the VertiGIS Studio Web Designer. To provide a complete translation in an entirely new locale for VertiGIS Studio Web, please contact us.
VertiGIS Studio Web was designed to be fully internationalizable on all levels of the product, from app config to custom code. A major component of this is language strings. Language strings provide a couple advantages over hardcoding plain text in a component.
- Language strings can be easily translated or modified without having to change component code.
- Language strings can be shared across components.
- Language strings consolidate user facing text throughout the application, making it easy to review and find.
It is recommended you use language strings for all user facing text in your application.