To get started, you should familiarize yourself with the service itself. A good place to begin is by reading the Quick Start Guide and the official Getting Started with IBM Globalization documentation.
The documentation explains how to find the service on Bluemix, create a new service instance, create a new bundle, and access the translated messages.
- Create a bound service instance of Globalization Pipeline. It will have a name like
gp-**
- Go to Globalization Pipeline Dashboard and select
Create new bundle
- Create a bundle that is named
RubySDKTestBundle
and import thehello_world.properties
file - Add as many target languages as you like
- Go to Globalization Pipeline Dashboard and select
- Edit the
manifest.yml
file to match your application's name and domain and your service's name cf push
to publish your appplication
Click here to see sample application
You will be able to see the locales you selected and the key in the hello_world.properties. You may click the different locales to produce the translations.
#Community
- View or file GitHub Issues
#Contributing
See CONTRIBUTING.md.
#License
Apache 2.0. See LICENSE.txt.
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.