Loads the JSON content from storage.
JSON
Future<bool> loadFromAsset() async { return await _localizationController.loadFromAsset(jsonAssetURL); }