Internationalization and Unicode
50 Blog Posts
40 Contributors
-
In this short blog-post i would like to show how I used the ResourceModel to allow the business user to interact with the translated text stored in i18n property files. Bring up the UI with ctrl+alt+shift+T Lately I set out to explore how one could... Read More »2Comments2Likes
-
The ERP Market In China With a strong focus on manufacturing under the “Made in China 2025” strategy, efficient resource planning is more important than ever for companies sourcing from and collaborating with the Chinese market. The Chinese... Read More »0Comments1Like
-
Update 27.02.2021 Add Step 3 Intro If you want to do multilingual development on a SAP ABAP Platform system, i.e. you want to have texts like the labels for a data element to be translated to various languages, those languages need to be available... Read More »3Comments4Likes
-
Introduction This is the second blog post in my series in using the SAP Translation Hub in an agile development process for developing solutions with an ABAP based backend and an UI5 based frontend. For the first blog post see UI5 Tooling Custom... Read More »0Comments7Likes
-
Motivation When developing an UI5 application you can utilize resource bundles of property files for internationalization (short i18n). The developers externalize all texts which need to be translated in a default properties file (named... Read More »2Comments12Likes
-
Introduction When we freshly installed SAP GUI any version, we are not able to see keys in drop down list in SAP GUI we can see only descriptions. For example, during creation of Purchase order we are not able to see key for document types. it may... Read More »0Comments4Likes
-
Internationalization with supportedLocales and fallbackLocale configuration In this blog post you will learn how to configure the supportedLocales and the fallbackLocale in your app’s manifest to avoid ‘404 Not Found’ network... Read More »8Comments23Likes
-
Preface: Character encodings are no alien to SAP systems or any computer systems for that matter, as they form the basis for data storage in and communication between computer systems. In the recent times, Unicode has become the dominant... Read More »12Comments7Likes
-
What is Unicode & why Unicode In a computer system, one code page can be supported in clean manner. But due to globalizations, universal code page is required to support all characters of all languages. Unicode is superset of existing character... Read More »1Comment16Likes
-
Do you have big i18n property files? Do you want to check if there is a missing translation with a click of a button? …without leaving the convenient Web IDE? Then, this plugin is for you! Features It detects the current project(the... Read More »18Comments14Likes