mirror of
https://github.com/BetterAndroid/FlexiLocale.git
synced 2025-09-04 02:05:15 +08:00
docs: fix style
This commit is contained in:
@@ -38,8 +38,8 @@ val appName = locale.appName
|
||||
If you are still using Java, the writing method remains the same.
|
||||
|
||||
```java
|
||||
var locale=AppLocale.attach(context);
|
||||
var appName=locale.getAppName();
|
||||
var locale = AppLocale.attach(context);
|
||||
var appName = locale.getAppName();
|
||||
```
|
||||
|
||||
## Compatibility
|
||||
|
Reference in New Issue
Block a user