Skip to content

Instantly share code, notes, and snippets.

@hirauchg
Created April 14, 2019 03:30
Show Gist options
  • Save hirauchg/df1094a8d79f819b7490e8f25129dcd8 to your computer and use it in GitHub Desktop.
Save hirauchg/df1094a8d79f819b7490e8f25129dcd8 to your computer and use it in GitHub Desktop.
[Kotlin] アプリの多言語対応(ローカライズ) - 各言語のvaluesディレクトリを追加 - values/strings.xml
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="thank_you">Thank you</string>
</resources>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment