Skip to main content

Posts

Showing posts from March, 2016

Localization/Internationalization in oracle adf

Internationalization and Localization are means of adapting aplication to different languages, regional differences and technical requirements of a target market. Internationalization is the process of designing a software application so that it can potentially be adapted to various languages and regions without engineering changes. Localization is the process of adapting internationalized software for aspecific region or language by adding locale-specific components and translating text. Follow below steps for doing localization. 1. Create .properties files as per the locales required in your application. For demo purpose i created german and english locale properties file, one main file is required which will congtain all labelsSo total 3 properties files are there. For property file creation ViewController->New->General->File InterBundle.properties file is the main properties file and for the same labels 2 different files are created one is for english and a