<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>Koze</author_name>
  <author_url>https://blog.hatena.ne.jp/Koze/</author_url>
  <blog_title>ObjecTips</blog_title>
  <blog_url>https://koze.hatenablog.jp/</blog_url>
  <categories>
    <anon>Tips</anon>
    <anon>Objective-C</anon>
    <anon>NSDictionary</anon>
    <anon>Localize</anon>
  </categories>
  <description>ローカライズに用いる Localizable.strings ファイルは NSDictionary で簡単に読み書きができる。 例えば以下のような Localizable.strings があった時 /* Localizable.strings Test */ &quot;Yes&quot; = &quot;はい&quot;; &quot;No&quot; = &quot;いいえ&quot;; &quot;Cancel&quot; = &quot;キャンセル&quot;; &quot;Title&quot; = &quot;タイトル&quot;; 読み込み NSURL *URL; // URL to read NSDictionary *dict = [NSDictionary dictionaryWithContentsOfURL:URL]; NS…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fkoze.hatenablog.jp%2Fentry%2F2016%2F02%2F16%2F120000&quot; title=&quot;Localizable.strings ファイルを Cocoa で読み書きする - ObjecTips&quot; class=&quot;embed-card embed-blogcard&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;&quot;&gt;&lt;/iframe&gt;</html>
  <image_url></image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2016-02-16 12:00:00</published>
  <title>Localizable.strings ファイルを Cocoa で読み書きする</title>
  <type>rich</type>
  <url>https://koze.hatenablog.jp/entry/2016/02/16/120000</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
