{"id":122,"date":"2010-03-13T20:08:22","date_gmt":"2010-03-13T18:08:22","guid":{"rendered":"http:\/\/www.bestcoder.net\/?p=122"},"modified":"2012-10-14T13:54:01","modified_gmt":"2012-10-14T13:54:01","slug":"localization-in-blackberry-application-using-jde-plug-in-for-eclipse","status":"publish","type":"post","link":"http:\/\/www.bestcoder.net\/?p=122","title":{"rendered":"Localization in Blackberry Application (Using JDE Plug-in for Eclipse)"},"content":{"rendered":"<p>I searched lots of webpage but i found solution suddenly during try and find solution method \ud83d\ude42<\/p>\n<p>If you are using Eclipse for Blackberry Java Development and want to use <strong>Blackberry Resource File<\/strong>.<\/p>\n<p>How can we implement this resource files (*.rrc and *.rrh) to our application ?<\/p>\n<p>I don\u2019t know maybe it\u2019s a simple but solution is :<\/p>\n<p>Give your resource files same as with your application.<\/p>\n<p>And use this implementation method;<\/p>\n<pre class=\"lang:default decode:true\">\r\npublic class ScreenWelcome extends MainScreen implements DelegationResource {\r\nResourceBundle _resource = ResourceBundle.getBundle (\"Delegation\");\r\n\/\/ ...\r\n}\r\n<\/pre>\n<p>Just add <strong>Resource<\/strong> word to the end of your main resource file. And use ResourceBundle class to use it.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>I searched lots of webpage but i found solution suddenly during try and find solution method \ud83d\ude42 If you are using Eclipse for Blackberry Java Development and want to use Blackberry Resource File. How can we implement this resource files (*.rrc and *.rrh) to our application ? I don\u2019t know maybe it\u2019s a simple but &hellip; <\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[4],"tags":[],"class_list":["post-122","post","type-post","status-publish","format-standard","hentry","category-blackberry","entry"],"_links":{"self":[{"href":"http:\/\/www.bestcoder.net\/index.php?rest_route=\/wp\/v2\/posts\/122","targetHints":{"allow":["GET"]}}],"collection":[{"href":"http:\/\/www.bestcoder.net\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"http:\/\/www.bestcoder.net\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"http:\/\/www.bestcoder.net\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"http:\/\/www.bestcoder.net\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=122"}],"version-history":[{"count":17,"href":"http:\/\/www.bestcoder.net\/index.php?rest_route=\/wp\/v2\/posts\/122\/revisions"}],"predecessor-version":[{"id":597,"href":"http:\/\/www.bestcoder.net\/index.php?rest_route=\/wp\/v2\/posts\/122\/revisions\/597"}],"wp:attachment":[{"href":"http:\/\/www.bestcoder.net\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=122"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/www.bestcoder.net\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=122"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/www.bestcoder.net\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=122"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}