Edit settings for app Locale
com.twofortyfouram.locale.intent.action.EDIT_SETTING
Edit settings for app Locale
Use
public void startEditSettingsForAppLocale() {
    Intent intent = new Intent("com.twofortyfouram.locale.intent.action.EDIT_SETTING"); 
    if (intent.resolveActivity(getPackageManager()) != null) { 
        startActivity(intent);
    }
}Example intent filter
<activity ...>
    <intent-filter>
        <action android:name="com.twofortyfouram.locale.intent.action.EDIT_SETTING" />
        <category android:name="android.intent.category.DEFAULT" />
    </intent-filter>
</activity>
            Apps Providing an Implementation
Search on Google Play, AppBrain, Amazon App store or similar (not yet available - please make this happen!)