Elements. Build native projects for any modern development platform, using the language(s) of your choice. Oxygene (Object Pascal), C#, Swift, Java, Go. | RemObjects Software

WiktionarySimple

Language: Oxygene, Platform: Cooper, Category: Android
https://github.com/remobjects/ElementsSamples/tree/master/Oxygene/Cooper/Android/WiktionarySimple

res\values\strings.android-xml

<?xml version="1.0" encoding="utf-8"?>
<resources>

  <string name="app_name">Wiktionary simple example</string>

  <string name="template_user_agent" translatable="false">"%1$s/%2$s (Linux; Android)"</string>
  <string name="template_wotd_title">"Wiktionary:Word of the day/%1$s %2$s"</string>
  <string name="template_define_url" translatable="false">"https://en.wiktionary.org/wiki/%s"</string>

  <string name="widget_name">Wiktionary simple</string>

  <string name="widget_loading">Loading word\nof day\u2026</string>
  <string name="widget_error">No word of\nday found</string>

  <string-array name="month_names">
    <item>January</item>
    <item>February</item>
    <item>March</item>
    <item>April</item>
    <item>May</item>
    <item>June</item>
    <item>July</item>
    <item>August</item>
    <item>September</item>
    <item>October</item>
    <item>November</item>
    <item>December</item>
  </string-array>

</resources>