Skip to content

Instantly share code, notes, and snippets.

@gunhansancar
Last active December 30, 2016 23:17
Show Gist options
  • Save gunhansancar/497e801b1d8e443f97a453571ed5f7dc to your computer and use it in GitHub Desktop.
Save gunhansancar/497e801b1d8e443f97a453571ed5f7dc to your computer and use it in GitHub Desktop.
package com.gunhansancar.changelanguageexample;
import android.app.Application;
import android.content.Context;
import com.gunhansancar.changelanguageexample.helper.LocaleHelper;
public class MainApplication extends Application {
@Override
protected void attachBaseContext(Context base) {
super.attachBaseContext(LocaleHelper.onAttach(base, "en"));
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment